Html Css Color HEX #33DDD8 Turquoise

📋 copy color: '#33DDD8'

red 51 ◦ green 221 ◦ blue 216

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

Shades of Turquoise #33DDD8

Tints of Turquoise #33DDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 10.45%
G = 45.29%
B = 44.26%

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

#33DDD8 (or 0x33DDD8) is known color: Turquoise. HEX triplet: 33, DD and D8. RGB value is (51,221,216). Sum of RGB (Red+Green+Blue) = 51+221+216=488 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.45% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDD8 is #CC2227. Grayscale: #A9A9A9. Windows color (decimal): -13378088 or 14212403. OLE color: 14212403.

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

Color convert

RGB 51 221 216 -
CMYK 0.77 0 0.02 0.13
HSL 178.24º 0.71% 0.53% -
HSV(B) 178.24º 0.77% 0.87% -
XYZ 39.62 57.37 73.95 -
YUV 169.6 154.18 43.41 -
System Red Green Blue C M Y K H S L
Decimal 51 221 216 0.77 0 0.02 0.13 178.24 0.71 0.53
Hex 33 DD D8 4D 0 2 D B2 47 35
Octal 63 335 330 115 0 2 15 262 107 65
Binary 110011 11011101 11011000 1001101 0 10 1101 10110010 1000111 110101

Color Harmonies of #33DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDD8

Black with #33DDD8

Text Example


Text Example

White with #33DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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