Html Css Color HEX #33DDD9 Turquoise

📋 copy color: '#33DDD9'

red 51 ◦ green 221 ◦ blue 217

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

Shades of Turquoise #33DDD9

Tints of Turquoise #33DDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

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

R = 10.43%
G = 45.19%
B = 44.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#33DDD9 (or 0x33DDD9) is known color: Turquoise. HEX triplet: 33, DD and D9. RGB value is (51,221,217). Sum of RGB (Red+Green+Blue) = 51+221+217=489 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.43% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDD9 is #CC2226. Grayscale: #A9A9A9. Windows color (decimal): -13378087 or 14277939. OLE color: 14277939.

HSL color Cylindrical-coordinate representation of color #33DDD9: hue angle of 178.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DDD9 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 217 -
CMYK 0.77 0 0.02 0.13
HSL 178.59º 0.71% 0.53% -
HSV(B) 178.59º 0.77% 0.87% -
XYZ 39.75 57.43 74.64 -
YUV 169.71 154.68 43.33 -
System Red Green Blue C M Y K H S L
Decimal 51 221 217 0.77 0 0.02 0.13 178.59 0.71 0.53
Hex 33 DD D9 4D 0 2 D B3 47 35
Octal 63 335 331 115 0 2 15 263 107 65
Binary 110011 11011101 11011001 1001101 0 10 1101 10110011 1000111 110101

Color Harmonies of #33DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDD9

Black with #33DDD9

Text Example


Text Example

White with #33DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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