Html Css Color HEX #29D0CB Turquoise

📋 copy color: '#29D0CB'

red 41 ◦ green 208 ◦ blue 203

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

Shades of Turquoise #29D0CB

Tints of Turquoise #29D0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.02%

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 9.07%
G = 46.02%
B = 44.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#29D0CB (or 0x29D0CB) is known color: Turquoise. HEX triplet: 29, D0 and CB. RGB value is (41,208,203). Sum of RGB (Red+Green+Blue) = 41+208+203=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #29D0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D0CB is #D62F34. Grayscale: #9D9D9D. Windows color (decimal): -14036789 or 13357097. OLE color: 13357097.

HSL color Cylindrical-coordinate representation of color #29D0CB: hue angle of 178.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D0CB is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 208 203 -
CMYK 0.80 0 0.02 0.18
HSL 178.2º 0.67% 0.49% -
HSV(B) 178.2º 0.8% 0.82% -
XYZ 34.25 49.89 64.33 -
YUV 157.5 153.67 44.91 -
System Red Green Blue C M Y K H S L
Decimal 41 208 203 0.80 0 0.02 0.18 178.2 0.67 0.49
Hex 29 D0 CB 50 0 2 12 B2 43 31
Octal 51 320 313 120 0 2 22 262 103 61
Binary 101001 11010000 11001011 1010000 0 10 10010 10110010 1000011 110001

Color Harmonies of #29D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D0CB

Black with #29D0CB

Text Example


Text Example

White with #29D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,208,203); }

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

background-color css

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

 a { background-color: rgb(41,208,203); }

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

border-color css

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

 span { border-color: rgb(41,208,203); }

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