#33FFEE

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

Shades of Turquoise #33FFEE

Tints of Turquoise #33FFEE

Color information

#33FFEE (or 0x33FFEE) is unknown color: approx Turquoise. HEX triplet: 33, FF and EE. RGB value is (51,255,238). Sum of RGB (Red+Green+Blue) = 51+255+238=544 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.38% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FFEE is #CC0011. Grayscale: #BFBFBF. Windows color (decimal): -13369362 or 15662899. OLE color: 15662899.

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

Color convert

RGB51255238-
CMYK0.800.070
HSL175º100%60%-
HSV(B)175º80%100%-
XYZ52.5678.493.25-
YUV192.07153.9127.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.38%
GREEN value IS 255 (100% from 255) = 46.88%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=9.38%
G=46.88%
B=43.75%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552380.800.07017510060
Hex33FFEE50070af643c
Octal6337735612007025714474
Binary1100111111111111101110101000001110101011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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