Html Css Color HEX #33DDC2 Turquoise

📋 copy color: '#33DDC2'

red 51 ◦ green 221 ◦ blue 194

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

Shades of Turquoise #33DDC2

Tints of Turquoise #33DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 10.94%
G = 47.42%
B = 41.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#33DDC2 (or 0x33DDC2) is known color: Turquoise. HEX triplet: 33, DD and C2. RGB value is (51,221,194). Sum of RGB (Red+Green+Blue) = 51+221+194=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDC2 is #CC223D. Grayscale: #A7A7A7. Windows color (decimal): -13378110 or 12770611. OLE color: 12770611.

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

Color convert

RGB 51 221 194 -
CMYK 0.77 0 0.12 0.13
HSL 170.47º 0.71% 0.53% -
HSV(B) 170.47º 0.77% 0.87% -
XYZ 36.96 56.31 59.96 -
YUV 167.09 143.18 45.2 -
System Red Green Blue C M Y K H S L
Decimal 51 221 194 0.77 0 0.12 0.13 170.47 0.71 0.53
Hex 33 DD C2 4D 0 C D AA 47 35
Octal 63 335 302 115 0 14 15 252 107 65
Binary 110011 11011101 11000010 1001101 0 1100 1101 10101010 1000111 110101

Color Harmonies of #33DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDC2

Black with #33DDC2

Text Example


Text Example

White with #33DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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