#33EDD7

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

Shades of Turquoise #33EDD7

Tints of Turquoise #33EDD7

Color information

#33EDD7 (or 0x33EDD7) is unknown color: approx Turquoise. HEX triplet: 33, ED and D7. RGB value is (51,237,215). Sum of RGB (Red+Green+Blue) = 51+237+215=503 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.14% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDD7 is #CC1228. Grayscale: #B2B2B2. Windows color (decimal): -13373993 or 14150963. OLE color: 14150963.

HSL color Cylindrical-coordinate representation of color #33EDD7: hue angle of 172.9º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EDD7 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB51237215-
CMYK0.7800.090.07
HSL172.9º83.78%56.47%-
HSV(B)172.9º78.48%92.94%-
XYZ43.9266.1874.75-
YUV178.88148.3836.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.14%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=10.14%
G=47.12%
B=42.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512372150.7800.090.07172.983.7856.47
Hex33EDD74E097ad5438
Octal63355327116011725512470
Binary1100111110110111010111100111001001111101011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,237,215); }

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

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

 a { background-color: rgb(51,237,215); }

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

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

 span { border-color: rgb(51,237,215); }

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