Html Css Color HEX #33EBD9 Turquoise

📋 copy color: '#33EBD9'

red 51 ◦ green 235 ◦ blue 217

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

Shades of Turquoise #33EBD9

Tints of Turquoise #33EBD9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.72%

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

R = 10.14%
G = 46.72%
B = 43.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#33EBD9 (or 0x33EBD9) is known color: Turquoise. HEX triplet: 33, EB and D9. RGB value is (51,235,217). Sum of RGB (Red+Green+Blue) = 51+235+217=503 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.14% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EBD9 is #CC1426. Grayscale: #B1B1B1. Windows color (decimal): -13374503 or 14281523. OLE color: 14281523.

HSL color Cylindrical-coordinate representation of color #33EBD9: hue angle of 174.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EBD9 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 235 217 -
CMYK 0.78 0 0.08 0.08
HSL 174.13º 0.82% 0.56% -
HSV(B) 174.13º 0.78% 0.92% -
XYZ 43.6 65.13 75.92 -
YUV 177.93 150.04 37.46 -
System Red Green Blue C M Y K H S L
Decimal 51 235 217 0.78 0 0.08 0.08 174.13 0.82 0.56
Hex 33 EB D9 4E 0 8 8 AE 52 38
Octal 63 353 331 116 0 10 10 256 122 70
Binary 110011 11101011 11011001 1001110 0 1000 1000 10101110 1010010 111000

Color Harmonies of #33EBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EBD9

Black with #33EBD9

Text Example


Text Example

White with #33EBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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