Html Css Color HEX #29DBB8 Turquoise

📋 copy color: '#29DBB8'

red 41 ◦ green 219 ◦ blue 184

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

Shades of Turquoise #29DBB8

Tints of Turquoise #29DBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 9.23%
G = 49.32%
B = 41.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#29DBB8 (or 0x29DBB8) is known color: Turquoise. HEX triplet: 29, DB and B8. RGB value is (41,219,184). Sum of RGB (Red+Green+Blue) = 41+219+184=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBB8 is #D62447. Grayscale: #A1A1A1. Windows color (decimal): -14033992 or 12114729. OLE color: 12114729.

HSL color Cylindrical-coordinate representation of color #29DBB8: hue angle of 168.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DBB8 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 219 184 -
CMYK 0.81 0 0.16 0.14
HSL 168.2º 0.71% 0.51% -
HSV(B) 168.2º 0.81% 0.86% -
XYZ 34.9 54.6 54.05 -
YUV 161.79 140.53 41.85 -
System Red Green Blue C M Y K H S L
Decimal 41 219 184 0.81 0 0.16 0.14 168.2 0.71 0.51
Hex 29 DB B8 51 0 10 E A8 47 33
Octal 51 333 270 121 0 20 16 250 107 63
Binary 101001 11011011 10111000 1010001 0 10000 1110 10101000 1000111 110011

Color Harmonies of #29DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBB8

Black with #29DBB8

Text Example


Text Example

White with #29DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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