Html Css Color HEX #29DBE8 Turquoise

📋 copy color: '#29DBE8'

red 41 ◦ green 219 ◦ blue 232

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

Shades of Turquoise #29DBE8

Tints of Turquoise #29DBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 8.33%
G = 44.51%
B = 47.15%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#29DBE8 (or 0x29DBE8) is known color: Turquoise. HEX triplet: 29, DB and E8. RGB value is (41,219,232). Sum of RGB (Red+Green+Blue) = 41+219+232=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #29DBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DBE8 is #D62417. Grayscale: #A7A7A7. Windows color (decimal): -14033944 or 15260457. OLE color: 15260457.

HSL color Cylindrical-coordinate representation of color #29DBE8: hue angle of 184.08º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DBE8 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 219 232 -
CMYK 0.82 0.06 0 0.09
HSL 184.08º 0.81% 0.54% -
HSV(B) 184.08º 0.82% 0.91% -
XYZ 40.81 56.96 85.19 -
YUV 167.26 164.53 37.94 -
System Red Green Blue C M Y K H S L
Decimal 41 219 232 0.82 0.06 0 0.09 184.08 0.81 0.54
Hex 29 DB E8 52 6 0 9 B8 51 36
Octal 51 333 350 122 6 0 11 270 121 66
Binary 101001 11011011 11101000 1010010 110 0 1001 10111000 1010001 110110

Color Harmonies of #29DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBE8

Black with #29DBE8

Text Example


Text Example

White with #29DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,219,232); }

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

background-color css

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

 a { background-color: rgb(41,219,232); }

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

border-color css

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

 span { border-color: rgb(41,219,232); }

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