Html Css Color HEX #29DFCA Turquoise

📋 copy color: '#29DFCA'

red 41 ◦ green 223 ◦ blue 202

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

Shades of Turquoise #29DFCA

Tints of Turquoise #29DFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 8.8%
G = 47.85%
B = 43.35%

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

#29DFCA (or 0x29DFCA) is known color: Turquoise. HEX triplet: 29, DF and CA. RGB value is (41,223,202). Sum of RGB (Red+Green+Blue) = 41+223+202=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #29DFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFCA is #D62035. Grayscale: #A6A6A6. Windows color (decimal): -14032950 or 13295401. OLE color: 13295401.

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

Color convert

RGB 41 223 202 -
CMYK 0.82 0 0.09 0.13
HSL 173.08º 0.74% 0.52% -
HSV(B) 173.08º 0.82% 0.87% -
XYZ 37.96 57.51 64.98 -
YUV 166.19 148.2 38.71 -
System Red Green Blue C M Y K H S L
Decimal 41 223 202 0.82 0 0.09 0.13 173.08 0.74 0.52
Hex 29 DF CA 52 0 9 D AD 4A 34
Octal 51 337 312 122 0 11 15 255 112 64
Binary 101001 11011111 11001010 1010010 0 1001 1101 10101101 1001010 110100

Color Harmonies of #29DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DFCA

Black with #29DFCA

Text Example


Text Example

White with #29DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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