Html Css Color HEX #29DEE0 Turquoise

📋 copy color: '#29DEE0'

red 41 ◦ green 222 ◦ blue 224

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

Shades of Turquoise #29DEE0

Tints of Turquoise #29DEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46%

R = 8.42%
G = 45.59%
B = 46%

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

#29DEE0 (or 0x29DEE0) is known color: Turquoise. HEX triplet: 29, DE and E0. RGB value is (41,222,224). Sum of RGB (Red+Green+Blue) = 41+222+224=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #29DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEE0 is #D6211F. Grayscale: #A7A7A7. Windows color (decimal): -14033184 or 14736937. OLE color: 14736937.

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

Color convert

RGB 41 222 224 -
CMYK 0.82 0.01 0 0.12
HSL 180.66º 0.75% 0.52% -
HSV(B) 180.66º 0.82% 0.88% -
XYZ 40.49 58.1 79.6 -
YUV 168.11 159.53 37.34 -
System Red Green Blue C M Y K H S L
Decimal 41 222 224 0.82 0.01 0 0.12 180.66 0.75 0.52
Hex 29 DE E0 52 1 0 C B5 4B 34
Octal 51 336 340 122 1 0 14 265 113 64
Binary 101001 11011110 11100000 1010010 1 0 1100 10110101 1001011 110100

Color Harmonies of #29DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEE0

Black with #29DEE0

Text Example


Text Example

White with #29DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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