Html Css Color HEX #29D6CE Turquoise

📋 copy color: '#29D6CE'

red 41 ◦ green 214 ◦ blue 206

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

Shades of Turquoise #29D6CE

Tints of Turquoise #29D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

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

R = 8.89%
G = 46.42%
B = 44.69%

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

#29D6CE (or 0x29D6CE) is known color: Turquoise. HEX triplet: 29, D6 and CE. RGB value is (41,214,206). Sum of RGB (Red+Green+Blue) = 41+214+206=461 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.89% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #29D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D6CE is #D62931. Grayscale: #A1A1A1. Windows color (decimal): -14035250 or 13555241. OLE color: 13555241.

HSL color Cylindrical-coordinate representation of color #29D6CE: hue angle of 177.23º degrees, saturation: 0.68, 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 #29D6CE is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 214 206 -
CMYK 0.81 0 0.04 0.16
HSL 177.23º 0.68% 0.5% -
HSV(B) 177.23º 0.81% 0.84% -
XYZ 36.1 53.02 66.72 -
YUV 161.36 153.19 42.15 -
System Red Green Blue C M Y K H S L
Decimal 41 214 206 0.81 0 0.04 0.16 177.23 0.68 0.5
Hex 29 D6 CE 51 0 4 10 B1 44 32
Octal 51 326 316 121 0 4 20 261 104 62
Binary 101001 11010110 11001110 1010001 0 100 10000 10110001 1000100 110010

Color Harmonies of #29D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D6CE

Black with #29D6CE

Text Example


Text Example

White with #29D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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