Html Css Color HEX #33EDD2 Turquoise

📋 copy color: '#33EDD2'

red 51 ◦ green 237 ◦ blue 210

#33EDD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #33EDD2

Tints of Turquoise #33EDD2

RGB

 RED value IS 51 (20.31% from 255) = 10.24%

 GREEN value IS 237 (92.97% from 255) = 47.59%

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 10.24%
G = 47.59%
B = 42.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#33EDD2 (or 0x33EDD2) is known color: Turquoise. HEX triplet: 33, ED and D2. RGB value is (51,237,210). Sum of RGB (Red+Green+Blue) = 51+237+210=498 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.24% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDD2 is #CC122D. Grayscale: #B2B2B2. Windows color (decimal): -13373998 or 13823283. OLE color: 13823283.

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

Color convert

RGB 51 237 210 -
CMYK 0.78 0 0.11 0.07
HSL 171.29º 0.84% 0.56% -
HSV(B) 171.29º 0.78% 0.93% -
XYZ 43.28 65.93 71.42 -
YUV 178.31 145.88 37.2 -
System Red Green Blue C M Y K H S L
Decimal 51 237 210 0.78 0 0.11 0.07 171.29 0.84 0.56
Hex 33 ED D2 4E 0 B 7 AB 54 38
Octal 63 355 322 116 0 13 7 253 124 70
Binary 110011 11101101 11010010 1001110 0 1011 111 10101011 1010100 111000

Color Harmonies of #33EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EDD2

Black with #33EDD2

Text Example


Text Example

White with #33EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33EDD2;
 }
 .AnyTagClassName
 {
   color: #33EDD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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