Html Css Color HEX #33DDC6 Turquoise

📋 copy color: '#33DDC6'

red 51 ◦ green 221 ◦ blue 198

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

Shades of Turquoise #33DDC6

Tints of Turquoise #33DDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 10.85%
G = 47.02%
B = 42.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#33DDC6 (or 0x33DDC6) is known color: Turquoise. HEX triplet: 33, DD and C6. RGB value is (51,221,198). Sum of RGB (Red+Green+Blue) = 51+221+198=470 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.85% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDC6 is #CC2239. Grayscale: #A7A7A7. Windows color (decimal): -13378106 or 13032755. OLE color: 13032755.

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

Color convert

RGB 51 221 198 -
CMYK 0.77 0 0.10 0.13
HSL 171.88º 0.71% 0.53% -
HSV(B) 171.88º 0.77% 0.87% -
XYZ 37.41 56.49 62.36 -
YUV 167.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 51 221 198 0.77 0 0.10 0.13 171.88 0.71 0.53
Hex 33 DD C6 4D 0 A D AC 47 35
Octal 63 335 306 115 0 12 15 254 107 65
Binary 110011 11011101 11000110 1001101 0 1010 1101 10101100 1000111 110101

Color Harmonies of #33DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDC6

Black with #33DDC6

Text Example


Text Example

White with #33DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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