#33FCE9

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

Shades of Turquoise #33FCE9

Tints of Turquoise #33FCE9

Color information

#33FCE9 (or 0x33FCE9) is unknown color: approx Turquoise. HEX triplet: 33, FC and E9. RGB value is (51,252,233). Sum of RGB (Red+Green+Blue) = 51+252+233=536 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.51% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FCE9 is #CC0316. Grayscale: #BDBDBD. Windows color (decimal): -13370135 or 15334451. OLE color: 15334451.

HSL color Cylindrical-coordinate representation of color #33FCE9: hue angle of 174.33º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCE9 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB51252233-
CMYK0.8000.080.01
HSL174.33º97.1%59.41%-
HSV(B)174.33º79.76%98.82%-
XYZ50.8876.2189.12-
YUV189.74152.4129.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.51%
GREEN value IS 252 (98.83% from 255) = 47.01%
BLUE value IS 233 (91.41% from 255) = 43.47%
R=9.51%
G=47.01%
B=43.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal512522330.8000.080.01174.3397.159.41
Hex33FCE950081ae613b
Octal63374351120010125614173
Binary11001111111100111010011010000010001101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,252,233); }

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

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

 a { background-color: rgb(51,252,233); }

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

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

 span { border-color: rgb(51,252,233); }

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