Html Css Color HEX #29DCD8 Turquoise

📋 copy color: '#29DCD8'

red 41 ◦ green 220 ◦ blue 216

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

Shades of Turquoise #29DCD8

Tints of Turquoise #29DCD8

RGB

 RED value IS 41 (16.41% from 255) = 8.6%

 GREEN value IS 220 (86.33% from 255) = 46.12%

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

R = 8.6%
G = 46.12%
B = 45.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#29DCD8 (or 0x29DCD8) is known color: Turquoise. HEX triplet: 29, DC and D8. RGB value is (41,220,216). Sum of RGB (Red+Green+Blue) = 41+220+216=477 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.60% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCD8 is #D62327. Grayscale: #A5A5A5. Windows color (decimal): -14033704 or 14212137. OLE color: 14212137.

HSL color Cylindrical-coordinate representation of color #29DCD8: hue angle of 178.66º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DCD8 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 220 216 -
CMYK 0.81 0 0.02 0.14
HSL 178.66º 0.72% 0.51% -
HSV(B) 178.66º 0.81% 0.86% -
XYZ 38.9 56.62 73.84 -
YUV 166.02 156.2 38.83 -
System Red Green Blue C M Y K H S L
Decimal 41 220 216 0.81 0 0.02 0.14 178.66 0.72 0.51
Hex 29 DC D8 51 0 2 E B3 48 33
Octal 51 334 330 121 0 2 16 263 110 63
Binary 101001 11011100 11011000 1010001 0 10 1110 10110011 1001000 110011

Color Harmonies of #29DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCD8

Black with #29DCD8

Text Example


Text Example

White with #29DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29DCD8; }

 p { color: rgb(41,220,216); }

 H1.HeaderClassName
 {
   color: #29DCD8;
 }
 .AnyTagClassName
 {
   color: #29DCD8;
 }
</style>

background-color css

<style>
 a { background-color: #29DCD8; }

 a { background-color: rgb(41,220,216); }

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

border-color css

<style>
 span { border-color: #29DCD8; }

 span { border-color: rgb(41,220,216); }

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