#33F5CD

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

Shades of Turquoise #33F5CD

Tints of Turquoise #33F5CD

Color information

#33F5CD (or 0x33F5CD) is unknown color: approx Turquoise. HEX triplet: 33, F5 and CD. RGB value is (51,245,205). Sum of RGB (Red+Green+Blue) = 51+245+205=501 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.18% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #33F5CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F5CD is #CC0A32. Grayscale: #B6B6B6. Windows color (decimal): -13371955 or 13497651. OLE color: 13497651.

HSL color Cylindrical-coordinate representation of color #33F5CD: hue angle of 167.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F5CD is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB51245205-
CMYK0.7900.160.04
HSL167.63º90.65%58.04%-
HSV(B)167.63º79.18%96.08%-
XYZ45.0470.4268.98-
YUV182.43140.7334.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.18%
GREEN value IS 245 (96.09% from 255) = 48.90%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=10.18%
G=48.90%
B=40.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512452050.7900.160.04167.6390.6558.04
Hex33F5CD4F0104a85b3a
Octal63365315117020425013372
Binary11001111110101110011011001111010000100101010001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,245,205); }

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

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

 a { background-color: rgb(51,245,205); }

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

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

 span { border-color: rgb(51,245,205); }

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