Html Css Color HEX #29DFCD Turquoise

📋 copy color: '#29DFCD'

red 41 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #29DFCD

Tints of Turquoise #29DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.55%

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 8.74%
G = 47.55%
B = 43.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#29DFCD (or 0x29DFCD) is known color: Turquoise. HEX triplet: 29, DF and CD. RGB value is (41,223,205). Sum of RGB (Red+Green+Blue) = 41+223+205=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #29DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFCD is #D62032. Grayscale: #A6A6A6. Windows color (decimal): -14032947 or 13492009. OLE color: 13492009.

HSL color Cylindrical-coordinate representation of color #29DFCD: hue angle of 174.07º degrees, saturation: 0.74, 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 #29DFCD is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 223 205 -
CMYK 0.82 0 0.08 0.13
HSL 174.07º 0.74% 0.52% -
HSV(B) 174.07º 0.82% 0.87% -
XYZ 38.32 57.65 66.87 -
YUV 166.53 149.7 38.46 -
System Red Green Blue C M Y K H S L
Decimal 41 223 205 0.82 0 0.08 0.13 174.07 0.74 0.52
Hex 29 DF CD 52 0 8 D AE 4A 34
Octal 51 337 315 122 0 10 15 256 112 64
Binary 101001 11011111 11001101 1010010 0 1000 1101 10101110 1001010 110100

Color Harmonies of #29DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DFCD

Black with #29DFCD

Text Example


Text Example

White with #29DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,223,205); }

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

background-color css

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

 a { background-color: rgb(41,223,205); }

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

border-color css

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

 span { border-color: rgb(41,223,205); }

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