Html Css Color HEX #29DECE Turquoise

📋 copy color: '#29DECE'

red 41 ◦ green 222 ◦ blue 206

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

Shades of Turquoise #29DECE

Tints of Turquoise #29DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.33%

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

R = 8.74%
G = 47.33%
B = 43.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#29DECE (or 0x29DECE) is known color: Turquoise. HEX triplet: 29, DE and CE. RGB value is (41,222,206). Sum of RGB (Red+Green+Blue) = 41+222+206=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #29DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DECE is #D62131. Grayscale: #A5A5A5. Windows color (decimal): -14033202 or 13557289. OLE color: 13557289.

HSL color Cylindrical-coordinate representation of color #29DECE: hue angle of 174.7º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DECE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 222 206 -
CMYK 0.82 0 0.07 0.13
HSL 174.7º 0.73% 0.52% -
HSV(B) 174.7º 0.82% 0.87% -
XYZ 38.18 57.17 67.42 -
YUV 166.06 150.53 38.8 -
System Red Green Blue C M Y K H S L
Decimal 41 222 206 0.82 0 0.07 0.13 174.7 0.73 0.52
Hex 29 DE CE 52 0 7 D AF 49 34
Octal 51 336 316 122 0 7 15 257 111 64
Binary 101001 11011110 11001110 1010010 0 111 1101 10101111 1001001 110100

Color Harmonies of #29DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DECE

Black with #29DECE

Text Example


Text Example

White with #29DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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