#33EFD0

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

Shades of Turquoise #33EFD0

Tints of Turquoise #33EFD0

Color information

#33EFD0 (or 0x33EFD0) is unknown color: approx Turquoise. HEX triplet: 33, EF and D0. RGB value is (51,239,208). Sum of RGB (Red+Green+Blue) = 51+239+208=498 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.24% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFD0 is #CC102F. Grayscale: #B3B3B3. Windows color (decimal): -13373488 or 13692723. OLE color: 13692723.

HSL color Cylindrical-coordinate representation of color #33EFD0: hue angle of 170.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EFD0 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB51239208-
CMYK0.7900.130.06
HSL170.11º85.45%56.86%-
HSV(B)170.11º78.66%93.73%-
XYZ43.6266.9970.31-
YUV179.25144.2236.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.24%
GREEN value IS 239 (93.75% from 255) = 47.99%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=10.24%
G=47.99%
B=41.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512392080.7900.130.06170.1185.4556.86
Hex33EFD04F0D6aa5539
Octal63357320117015625212571
Binary1100111110111111010000100111101101110101010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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