Html Css Color HEX #29E0DF Turquoise

📋 copy color: '#29E0DF'

red 41 ◦ green 224 ◦ blue 223

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

Shades of Turquoise #29E0DF

Tints of Turquoise #29E0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 8.4%
G = 45.9%
B = 45.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#29E0DF (or 0x29E0DF) is known color: Turquoise. HEX triplet: 29, E0 and DF. RGB value is (41,224,223). Sum of RGB (Red+Green+Blue) = 41+224+223=488 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.40% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #29E0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E0DF is #D61F20. Grayscale: #A8A8A8. Windows color (decimal): -14032673 or 14671913. OLE color: 14671913.

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

Color convert

RGB 41 224 223 -
CMYK 0.82 0 0.00 0.12
HSL 179.67º 0.75% 0.52% -
HSV(B) 179.67º 0.82% 0.88% -
XYZ 40.89 59.11 79.07 -
YUV 169.17 158.37 36.58 -
System Red Green Blue C M Y K H S L
Decimal 41 224 223 0.82 0 0.00 0.12 179.67 0.75 0.52
Hex 29 E0 DF 52 0 0 C B4 4B 34
Octal 51 340 337 122 0 0 14 264 113 64
Binary 101001 11100000 11011111 1010010 0 0 1100 10110100 1001011 110100

Color Harmonies of #29E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E0DF

Black with #29E0DF

Text Example


Text Example

White with #29E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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