#33edcd

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

Shades of Turquoise #33EDCD

Tints of Turquoise #33EDCD

Color information

#33EDCD (or 0x33EDCD) is unknown color: approx Turquoise. HEX triplet: 33, ED and CD. RGB value is (51,237,205). Sum of RGB (Red+Green+Blue) = 51+237+205=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDCD is #CC1232. Grayscale: #B1B1B1. Windows color (decimal): -13374003 or 13495603. OLE color: 13495603.

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

Color convert

RGB51237205-
CMYK0.7800.140.07
HSL169.68º83.78%56.47%-
HSV(B)169.68º78.48%92.94%-
XYZ42.6765.6868.19-
YUV177.74143.3837.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.34%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=10.34%
G=48.07%
B=41.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512372050.7800.140.07169.6883.7856.47
Hex33EDCD4E0E7aa5438
Octal63355315116016725212470
Binary1100111110110111001101100111001110111101010101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33edcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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