Html Css Color HEX #29DCDA Turquoise

📋 copy color: '#29DCDA'

red 41 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #29DCDA

Tints of Turquoise #29DCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 8.56%
G = 45.93%
B = 45.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#29DCDA (or 0x29DCDA) is known color: Turquoise. HEX triplet: 29, DC and DA. RGB value is (41,220,218). Sum of RGB (Red+Green+Blue) = 41+220+218=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCDA is #D62325. Grayscale: #A6A6A6. Windows color (decimal): -14033702 or 14343209. OLE color: 14343209.

HSL color Cylindrical-coordinate representation of color #29DCDA: hue angle of 179.33º 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 #29DCDA is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 220 218 -
CMYK 0.81 0 0.01 0.14
HSL 179.33º 0.72% 0.51% -
HSV(B) 179.33º 0.81% 0.86% -
XYZ 39.16 56.72 75.21 -
YUV 166.25 157.2 38.66 -
System Red Green Blue C M Y K H S L
Decimal 41 220 218 0.81 0 0.01 0.14 179.33 0.72 0.51
Hex 29 DC DA 51 0 1 E B3 48 33
Octal 51 334 332 121 0 1 16 263 110 63
Binary 101001 11011100 11011010 1010001 0 1 1110 10110011 1001000 110011

Color Harmonies of #29DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCDA

Black with #29DCDA

Text Example


Text Example

White with #29DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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