#33FFC8

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

Shades of Turquoise #33FFC8

Tints of Turquoise #33FFC8

Color information

#33FFC8 (or 0x33FFC8) is unknown color: approx Turquoise. HEX triplet: 33, FF and C8. RGB value is (51,255,200). Sum of RGB (Red+Green+Blue) = 51+255+200=506 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.08% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFC8 is #CC0037. Grayscale: #BBBBBB. Windows color (decimal): -13369400 or 13172531. OLE color: 13172531.

HSL color Cylindrical-coordinate representation of color #33FFC8: hue angle of 163.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFC8 is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB51255200-
CMYK0.800.220
HSL163.82º100%60%-
HSV(B)163.82º80%100%-
XYZ47.5576.3966.88-
YUV187.73134.9130.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.08%
GREEN value IS 255 (100% from 255) = 50.40%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=10.08%
G=50.40%
B=39.53%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552000.800.220163.8210060
Hex33FFC8500160a4643c
Octal63377310120026024414474
Binary110011111111111100100010100000101100101001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,255,200); }

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

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

 a { background-color: rgb(51,255,200); }

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

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

 span { border-color: rgb(51,255,200); }

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