#33FFEF

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

Shades of Turquoise #33FFEF

Tints of Turquoise #33FFEF

Color information

#33FFEF (or 0x33FFEF) is unknown color: approx Turquoise. HEX triplet: 33, FF and EF. RGB value is (51,255,239). Sum of RGB (Red+Green+Blue) = 51+255+239=545 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.36% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FFEF is #CC0010. Grayscale: #C0C0C0. Windows color (decimal): -13369361 or 15728435. OLE color: 15728435.

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

Color convert

RGB51255239-
CMYK0.800.060
HSL175.29º100%60%-
HSV(B)175.29º80%100%-
XYZ52.7178.4694.03-
YUV192.18154.4127.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.36%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=9.36%
G=46.79%
B=43.85%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552390.800.060175.2910060
Hex33FFEF50060af643c
Octal6337735712006025714474
Binary1100111111111111101111101000001100101011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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