#33EDFA

Color #33EDFA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #33EDFA

Tints of Turquoise #33EDFA

Color information

#33EDFA (or 0x33EDFA) is unknown color: approx Turquoise. HEX triplet: 33, ED and FA. RGB value is (51,237,250). Sum of RGB (Red+Green+Blue) = 51+237+250=538 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.48% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #33EDFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EDFA is #CC1205. Grayscale: #B6B6B6. Windows color (decimal): -13373958 or 16444723. OLE color: 16444723.

HSL color Cylindrical-coordinate representation of color #33EDFA: hue angle of 183.92º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33EDFA is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51237250-
CMYK0.800.0500.02
HSL183.92º95.22%59.02%-
HSV(B)183.92º79.6%98.04%-
XYZ48.968.17101.02-
YUV182.87165.8833.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 9.48%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=9.48%
G=44.05%
B=46.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512372500.800.0500.02183.9295.2259.02
Hex33EDFA50502b85f3b
Octal6335537212050227013773
Binary11001111101101111110101010000101010101110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33EDFA; }

 p { color: rgb(51,237,250); }

 H1.HeaderClassName
 {
   color: #33EDFA;
 }
 .AnyTagClassName
 {
   color: #33EDFA;
 }
</style>
background-color css

<style>
 a { background-color: #33EDFA; }

 a { background-color: rgb(51,237,250); }

 div.DivClassName
 {
   background-color: #33EDFA;
 }
 .BgClassName
 {
   background-color: #33EDFA;
 }
</style>
border-color css

<style>
 span { border-color: #33EDFA; }

 span { border-color: rgb(51,237,250); }

 td.TdClassName
 {
   border-color: #33EDFA;
 }
 .TagClassName
 {
   border-color: #33EDFA;
 }
</style>