Html Css Color HEX #33EED7 Turquoise

📋 copy color: '#33EED7'

red 51 ◦ green 238 ◦ blue 215

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

Shades of Turquoise #33EED7

Tints of Turquoise #33EED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 10.12%
G = 47.22%
B = 42.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#33EED7 (or 0x33EED7) is known color: Turquoise. HEX triplet: 33, EE and D7. RGB value is (51,238,215). Sum of RGB (Red+Green+Blue) = 51+238+215=504 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.12% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #33EED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EED7 is #CC1128. Grayscale: #B3B3B3. Windows color (decimal): -13373737 or 14151219. OLE color: 14151219.

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

Color convert

RGB 51 238 215 -
CMYK 0.79 0 0.10 0.07
HSL 172.62º 0.85% 0.57% -
HSV(B) 172.62º 0.79% 0.93% -
XYZ 44.21 66.76 74.85 -
YUV 179.47 148.05 36.37 -
System Red Green Blue C M Y K H S L
Decimal 51 238 215 0.79 0 0.10 0.07 172.62 0.85 0.57
Hex 33 EE D7 4F 0 A 7 AD 55 39
Octal 63 356 327 117 0 12 7 255 125 71
Binary 110011 11101110 11010111 1001111 0 1010 111 10101101 1010101 111001

Color Harmonies of #33EED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EED7

Black with #33EED7

Text Example


Text Example

White with #33EED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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