#33EAF7

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

Shades of Turquoise #33EAF7

Tints of Turquoise #33EAF7

Color information

#33EAF7 (or 0x33EAF7) is unknown color: approx Turquoise. HEX triplet: 33, EA and F7. RGB value is (51,234,247). Sum of RGB (Red+Green+Blue) = 51+234+247=532 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.59% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #33EAF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EAF7 is #CC1508. Grayscale: #B4B4B4. Windows color (decimal): -13374729 or 16247347. OLE color: 16247347.

HSL color Cylindrical-coordinate representation of color #33EAF7: hue angle of 183.98º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EAF7 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB51234247-
CMYK0.790.0500.03
HSL183.98º92.45%58.43%-
HSV(B)183.98º79.35%96.86%-
XYZ47.5866.2698.28-
YUV180.76165.3735.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.59%
GREEN value IS 234 (91.80% from 255) = 43.98%
BLUE value IS 247 (96.88% from 255) = 46.43%
R=9.59%
G=43.98%
B=46.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal512342470.790.0500.03183.9892.4558.43
Hex33EAF74F503b85c3a
Octal6335236711750327013472
Binary11001111101010111101111001111101011101110001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,234,247); }

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

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

 a { background-color: rgb(51,234,247); }

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

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

 span { border-color: rgb(51,234,247); }

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