Html Css Color HEX #29E0CF Turquoise

📋 copy color: '#29E0CF'

red 41 ◦ green 224 ◦ blue 207

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

Shades of Turquoise #29E0CF

Tints of Turquoise #29E0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.46%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 8.69%
G = 47.46%
B = 43.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#29E0CF (or 0x29E0CF) is known color: Turquoise. HEX triplet: 29, E0 and CF. RGB value is (41,224,207). Sum of RGB (Red+Green+Blue) = 41+224+207=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #29E0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E0CF is #D61F30. Grayscale: #A7A7A7. Windows color (decimal): -14032689 or 13623337. OLE color: 13623337.

HSL color Cylindrical-coordinate representation of color #29E0CF: hue angle of 174.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E0CF is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 224 207 -
CMYK 0.82 0 0.08 0.12
HSL 174.43º 0.75% 0.52% -
HSV(B) 174.43º 0.82% 0.88% -
XYZ 38.83 58.29 68.24 -
YUV 167.35 150.37 37.88 -
System Red Green Blue C M Y K H S L
Decimal 41 224 207 0.82 0 0.08 0.12 174.43 0.75 0.52
Hex 29 E0 CF 52 0 8 C AE 4B 34
Octal 51 340 317 122 0 10 14 256 113 64
Binary 101001 11100000 11001111 1010010 0 1000 1100 10101110 1001011 110100

Color Harmonies of #29E0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E0CF

Black with #29E0CF

Text Example


Text Example

White with #29E0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,224,207); }

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

background-color css

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

 a { background-color: rgb(41,224,207); }

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

border-color css

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

 span { border-color: rgb(41,224,207); }

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