Html Css Color HEX #29DEE1 Turquoise

📋 copy color: '#29DEE1'

red 41 ◦ green 222 ◦ blue 225

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

Shades of Turquoise #29DEE1

Tints of Turquoise #29DEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 8.4%
G = 45.49%
B = 46.11%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#29DEE1 (or 0x29DEE1) is known color: Turquoise. HEX triplet: 29, DE and E1. RGB value is (41,222,225). Sum of RGB (Red+Green+Blue) = 41+222+225=488 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.40% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #29DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEE1 is #D6211E. Grayscale: #A8A8A8. Windows color (decimal): -14033183 or 14802473. OLE color: 14802473.

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

Color convert

RGB 41 222 225 -
CMYK 0.82 0.01 0 0.12
HSL 180.98º 0.75% 0.52% -
HSV(B) 180.98º 0.82% 0.88% -
XYZ 40.63 58.15 80.32 -
YUV 168.22 160.03 37.26 -
System Red Green Blue C M Y K H S L
Decimal 41 222 225 0.82 0.01 0 0.12 180.98 0.75 0.52
Hex 29 DE E1 52 1 0 C B5 4B 34
Octal 51 336 341 122 1 0 14 265 113 64
Binary 101001 11011110 11100001 1010010 1 0 1100 10110101 1001011 110100

Color Harmonies of #29DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEE1

Black with #29DEE1

Text Example


Text Example

White with #29DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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