#33EFD6

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

Shades of Turquoise #33EFD6

Tints of Turquoise #33EFD6

Color information

#33EFD6 (or 0x33EFD6) is unknown color: approx Turquoise. HEX triplet: 33, EF and D6. RGB value is (51,239,214). Sum of RGB (Red+Green+Blue) = 51+239+214=504 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.12% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFD6 is #CC1029. Grayscale: #B3B3B3. Windows color (decimal): -13373482 or 14085939. OLE color: 14085939.

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

Color convert

RGB51239214-
CMYK0.7900.100.06
HSL172.02º85.45%56.86%-
HSV(B)172.02º78.66%93.73%-
XYZ44.3767.2974.27-
YUV179.94147.2236.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.12%
GREEN value IS 239 (93.75% from 255) = 47.42%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=10.12%
G=47.42%
B=42.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512392140.7900.100.06172.0285.4556.86
Hex33EFD64F0A6ac5539
Octal63357326117012625412571
Binary1100111110111111010110100111101010110101011001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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