Html Css Color HEX #29DDE0 Turquoise

📋 copy color: '#29DDE0'

red 41 ◦ green 221 ◦ blue 224

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

Shades of Turquoise #29DDE0

Tints of Turquoise #29DDE0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

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

R = 8.44%
G = 45.47%
B = 46.09%

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

#29DDE0 (or 0x29DDE0) is known color: Turquoise. HEX triplet: 29, DD and E0. RGB value is (41,221,224). Sum of RGB (Red+Green+Blue) = 41+221+224=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #29DDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDE0 is #D6221F. Grayscale: #A7A7A7. Windows color (decimal): -14033440 or 14736681. OLE color: 14736681.

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

Color convert

RGB 41 221 224 -
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.23 57.57 79.51 -
YUV 167.52 159.87 37.76 -
System Red Green Blue C M Y K H S L
Decimal 41 221 224 0.82 0.01 0 0.12 180.98 0.75 0.52
Hex 29 DD E0 52 1 0 C B5 4B 34
Octal 51 335 340 122 1 0 14 265 113 64
Binary 101001 11011101 11100000 1010010 1 0 1100 10110101 1001011 110100

Color Harmonies of #29DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDE0

Black with #29DDE0

Text Example


Text Example

White with #29DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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