Html Css Color HEX #33EED9 Turquoise

📋 copy color: '#33EED9'

red 51 ◦ green 238 ◦ blue 217

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

Shades of Turquoise #33EED9

Tints of Turquoise #33EED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 10.08%
G = 47.04%
B = 42.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#33EED9 (or 0x33EED9) is known color: Turquoise. HEX triplet: 33, EE and D9. RGB value is (51,238,217). Sum of RGB (Red+Green+Blue) = 51+238+217=506 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.08% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #33EED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EED9 is #CC1126. Grayscale: #B3B3B3. Windows color (decimal): -13373735 or 14282291. OLE color: 14282291.

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

Color convert

RGB 51 238 217 -
CMYK 0.79 0 0.09 0.07
HSL 173.26º 0.85% 0.57% -
HSV(B) 173.26º 0.79% 0.93% -
XYZ 44.46 66.86 76.21 -
YUV 179.69 149.05 36.21 -
System Red Green Blue C M Y K H S L
Decimal 51 238 217 0.79 0 0.09 0.07 173.26 0.85 0.57
Hex 33 EE D9 4F 0 9 7 AD 55 39
Octal 63 356 331 117 0 11 7 255 125 71
Binary 110011 11101110 11011001 1001111 0 1001 111 10101101 1010101 111001

Color Harmonies of #33EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EED9

Black with #33EED9

Text Example


Text Example

White with #33EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,238,217); }

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

background-color css

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

 a { background-color: rgb(51,238,217); }

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

border-color css

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

 span { border-color: rgb(51,238,217); }

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