#33FCE8

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

Shades of Turquoise #33FCE8

Tints of Turquoise #33FCE8

Color information

#33FCE8 (or 0x33FCE8) is unknown color: approx Turquoise. HEX triplet: 33, FC and E8. RGB value is (51,252,232). Sum of RGB (Red+Green+Blue) = 51+252+232=535 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.53% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FCE8 is #CC0317. Grayscale: #BDBDBD. Windows color (decimal): -13370136 or 15268915. OLE color: 15268915.

HSL color Cylindrical-coordinate representation of color #33FCE8: hue angle of 174.03º 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 #33FCE8 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB51252232-
CMYK0.8000.080.01
HSL174.03º97.1%59.41%-
HSV(B)174.03º79.76%98.82%-
XYZ50.7476.1588.37-
YUV189.62151.9129.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.53%
GREEN value IS 252 (98.83% from 255) = 47.10%
BLUE value IS 232 (91.02% from 255) = 43.36%
R=9.53%
G=47.10%
B=43.36%

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
Decimal512522320.8000.080.01174.0397.159.41
Hex33FCE850081ae613b
Octal63374350120010125614173
Binary11001111111100111010001010000010001101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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