Html Css Color HEX #29D7CE Turquoise

📋 copy color: '#29D7CE'

red 41 ◦ green 215 ◦ blue 206

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

Shades of Turquoise #29D7CE

Tints of Turquoise #29D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

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

R = 8.87%
G = 46.54%
B = 44.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#29D7CE (or 0x29D7CE) is known color: Turquoise. HEX triplet: 29, D7 and CE. RGB value is (41,215,206). Sum of RGB (Red+Green+Blue) = 41+215+206=462 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.87% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #29D7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D7CE is #D62831. Grayscale: #A1A1A1. Windows color (decimal): -14034994 or 13555497. OLE color: 13555497.

HSL color Cylindrical-coordinate representation of color #29D7CE: hue angle of 176.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D7CE is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 215 206 -
CMYK 0.81 0 0.04 0.16
HSL 176.9º 0.69% 0.5% -
HSV(B) 176.9º 0.81% 0.84% -
XYZ 36.36 53.53 66.81 -
YUV 161.95 152.85 41.73 -
System Red Green Blue C M Y K H S L
Decimal 41 215 206 0.81 0 0.04 0.16 176.9 0.69 0.5
Hex 29 D7 CE 51 0 4 10 B1 45 32
Octal 51 327 316 121 0 4 20 261 105 62
Binary 101001 11010111 11001110 1010001 0 100 10000 10110001 1000101 110010

Color Harmonies of #29D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D7CE

Black with #29D7CE

Text Example


Text Example

White with #29D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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