Html Css Color HEX #29DCCE Turquoise

📋 copy color: '#29DCCE'

red 41 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #29DCCE

Tints of Turquoise #29DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 8.78%
G = 47.11%
B = 44.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#29DCCE (or 0x29DCCE) is known color: Turquoise. HEX triplet: 29, DC and CE. RGB value is (41,220,206). Sum of RGB (Red+Green+Blue) = 41+220+206=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCCE is #D62331. Grayscale: #A4A4A4. Windows color (decimal): -14033714 or 13556777. OLE color: 13556777.

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

Color convert

RGB 41 220 206 -
CMYK 0.81 0 0.06 0.14
HSL 175.31º 0.72% 0.51% -
HSV(B) 175.31º 0.81% 0.86% -
XYZ 37.65 56.11 67.24 -
YUV 164.88 151.2 39.64 -
System Red Green Blue C M Y K H S L
Decimal 41 220 206 0.81 0 0.06 0.14 175.31 0.72 0.51
Hex 29 DC CE 51 0 6 E AF 48 33
Octal 51 334 316 121 0 6 16 257 110 63
Binary 101001 11011100 11001110 1010001 0 110 1110 10101111 1001000 110011

Color Harmonies of #29DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCCE

Black with #29DCCE

Text Example


Text Example

White with #29DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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