Html Css Color HEX #33DDD4 Turquoise

📋 copy color: '#33DDD4'

red 51 ◦ green 221 ◦ blue 212

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

Shades of Turquoise #33DDD4

Tints of Turquoise #33DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 10.54%
G = 45.66%
B = 43.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#33DDD4 (or 0x33DDD4) is known color: Turquoise. HEX triplet: 33, DD and D4. RGB value is (51,221,212). Sum of RGB (Red+Green+Blue) = 51+221+212=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDD4 is #CC222B. Grayscale: #A9A9A9. Windows color (decimal): -13378092 or 13950259. OLE color: 13950259.

HSL color Cylindrical-coordinate representation of color #33DDD4: hue angle of 176.82º 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 #33DDD4 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 212 -
CMYK 0.77 0 0.04 0.13
HSL 176.82º 0.71% 0.53% -
HSV(B) 176.82º 0.77% 0.87% -
XYZ 39.11 57.17 71.26 -
YUV 169.14 152.18 43.73 -
System Red Green Blue C M Y K H S L
Decimal 51 221 212 0.77 0 0.04 0.13 176.82 0.71 0.53
Hex 33 DD D4 4D 0 4 D B1 47 35
Octal 63 335 324 115 0 4 15 261 107 65
Binary 110011 11011101 11010100 1001101 0 100 1101 10110001 1000111 110101

Color Harmonies of #33DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDD4

Black with #33DDD4

Text Example


Text Example

White with #33DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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