Html Css Color HEX #29D7D0 Turquoise

📋 copy color: '#29D7D0'

red 41 ◦ green 215 ◦ blue 208

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

Shades of Turquoise #29D7D0

Tints of Turquoise #29D7D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 8.84%
G = 46.34%
B = 44.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#29D7D0 (or 0x29D7D0) is known color: Turquoise. HEX triplet: 29, D7 and D0. RGB value is (41,215,208). Sum of RGB (Red+Green+Blue) = 41+215+208=464 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.84% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #29D7D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D7D0 is #D6282F. Grayscale: #A2A2A2. Windows color (decimal): -14034992 or 13686569. OLE color: 13686569.

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

Color convert

RGB 41 215 208 -
CMYK 0.81 0 0.03 0.16
HSL 177.59º 0.69% 0.5% -
HSV(B) 177.59º 0.81% 0.84% -
XYZ 36.6 53.63 68.1 -
YUV 162.18 153.85 41.57 -
System Red Green Blue C M Y K H S L
Decimal 41 215 208 0.81 0 0.03 0.16 177.59 0.69 0.5
Hex 29 D7 D0 51 0 3 10 B2 45 32
Octal 51 327 320 121 0 3 20 262 105 62
Binary 101001 11010111 11010000 1010001 0 11 10000 10110010 1000101 110010

Color Harmonies of #29D7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D7D0

Black with #29D7D0

Text Example


Text Example

White with #29D7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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