Html Css Color HEX #29DEC5 Turquoise

📋 copy color: '#29DEC5'

red 41 ◦ green 222 ◦ blue 197

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

Shades of Turquoise #29DEC5

Tints of Turquoise #29DEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 197 (77.34% from 255) = 42.83%

R = 8.91%
G = 48.26%
B = 42.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#29DEC5 (or 0x29DEC5) is known color: Turquoise. HEX triplet: 29, DE and C5. RGB value is (41,222,197). Sum of RGB (Red+Green+Blue) = 41+222+197=460 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.91% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEC5 is #D6213A. Grayscale: #A4A4A4. Windows color (decimal): -14033211 or 12967465. OLE color: 12967465.

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

Color convert

RGB 41 222 197 -
CMYK 0.82 0 0.11 0.13
HSL 171.71º 0.73% 0.52% -
HSV(B) 171.71º 0.82% 0.87% -
XYZ 37.11 56.75 61.82 -
YUV 165.03 146.03 39.53 -
System Red Green Blue C M Y K H S L
Decimal 41 222 197 0.82 0 0.11 0.13 171.71 0.73 0.52
Hex 29 DE C5 52 0 B D AC 49 34
Octal 51 336 305 122 0 13 15 254 111 64
Binary 101001 11011110 11000101 1010010 0 1011 1101 10101100 1001001 110100

Color Harmonies of #29DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEC5

Black with #29DEC5

Text Example


Text Example

White with #29DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,222,197); }

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

background-color css

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

 a { background-color: rgb(41,222,197); }

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

border-color css

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

 span { border-color: rgb(41,222,197); }

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