Html Css Color HEX #29DFCC Turquoise

📋 copy color: '#29DFCC'

red 41 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #29DFCC

Tints of Turquoise #29DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 8.76%
G = 47.65%
B = 43.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#29DFCC (or 0x29DFCC) is known color: Turquoise. HEX triplet: 29, DF and CC. RGB value is (41,223,204). Sum of RGB (Red+Green+Blue) = 41+223+204=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #29DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFCC is #D62033. Grayscale: #A6A6A6. Windows color (decimal): -14032948 or 13426473. OLE color: 13426473.

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

Color convert

RGB 41 223 204 -
CMYK 0.82 0 0.09 0.13
HSL 173.74º 0.74% 0.52% -
HSV(B) 173.74º 0.82% 0.87% -
XYZ 38.2 57.61 66.23 -
YUV 166.42 149.2 38.54 -
System Red Green Blue C M Y K H S L
Decimal 41 223 204 0.82 0 0.09 0.13 173.74 0.74 0.52
Hex 29 DF CC 52 0 9 D AE 4A 34
Octal 51 337 314 122 0 11 15 256 112 64
Binary 101001 11011111 11001100 1010010 0 1001 1101 10101110 1001010 110100

Color Harmonies of #29DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DFCC

Black with #29DFCC

Text Example


Text Example

White with #29DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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