Html Css Color HEX #29ECCD Turquoise

📋 copy color: '#29ECCD'

red 41 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #29ECCD

Tints of Turquoise #29ECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

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

R = 8.51%
G = 48.96%
B = 42.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#29ECCD (or 0x29ECCD) is known color: Turquoise. HEX triplet: 29, EC and CD. RGB value is (41,236,205). Sum of RGB (Red+Green+Blue) = 41+236+205=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECCD is #D61332. Grayscale: #AEAEAE. Windows color (decimal): -14029619 or 13495337. OLE color: 13495337.

HSL color Cylindrical-coordinate representation of color #29ECCD: hue angle of 170.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECCD is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 236 205 -
CMYK 0.83 0 0.13 0.07
HSL 170.46º 0.84% 0.54% -
HSV(B) 170.46º 0.83% 0.93% -
XYZ 41.93 64.87 68.07 -
YUV 174.16 145.4 33.02 -
System Red Green Blue C M Y K H S L
Decimal 41 236 205 0.83 0 0.13 0.07 170.46 0.84 0.54
Hex 29 EC CD 53 0 D 7 AA 54 36
Octal 51 354 315 123 0 15 7 252 124 66
Binary 101001 11101100 11001101 1010011 0 1101 111 10101010 1010100 110110

Color Harmonies of #29ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECCD

Black with #29ECCD

Text Example


Text Example

White with #29ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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