#33FFCE

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

Shades of Turquoise #33FFCE

Tints of Turquoise #33FFCE

Color information

#33FFCE (or 0x33FFCE) is unknown color: approx Turquoise. HEX triplet: 33, FF and CE. RGB value is (51,255,206). Sum of RGB (Red+Green+Blue) = 51+255+206=512 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.96% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFCE is #CC0031. Grayscale: #BCBCBC. Windows color (decimal): -13369394 or 13565747. OLE color: 13565747.

HSL color Cylindrical-coordinate representation of color #33FFCE: hue angle of 165.59º 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 #33FFCE is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB51255206-
CMYK0.800.190
HSL165.59º100%60%-
HSV(B)165.59º80%100%-
XYZ48.2776.6870.65-
YUV188.42137.9129.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.96%
GREEN value IS 255 (100% from 255) = 49.80%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=9.96%
G=49.80%
B=40.23%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552060.800.190165.5910060
Hex33FFCE500130a6643c
Octal63377316120023024614474
Binary110011111111111100111010100000100110101001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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