Html Css Color HEX #29DFB8 Turquoise

📋 copy color: '#29DFB8'

red 41 ◦ green 223 ◦ blue 184

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

Shades of Turquoise #29DFB8

Tints of Turquoise #29DFB8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.78%

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

R = 9.15%
G = 49.78%
B = 41.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#29DFB8 (or 0x29DFB8) is known color: Turquoise. HEX triplet: 29, DF and B8. RGB value is (41,223,184). Sum of RGB (Red+Green+Blue) = 41+223+184=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #29DFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFB8 is #D62047. Grayscale: #A4A4A4. Windows color (decimal): -14032968 or 12115753. OLE color: 12115753.

HSL color Cylindrical-coordinate representation of color #29DFB8: hue angle of 167.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DFB8 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 223 184 -
CMYK 0.82 0 0.17 0.13
HSL 167.14º 0.74% 0.52% -
HSV(B) 167.14º 0.82% 0.87% -
XYZ 35.95 56.71 54.4 -
YUV 164.14 139.2 40.17 -
System Red Green Blue C M Y K H S L
Decimal 41 223 184 0.82 0 0.17 0.13 167.14 0.74 0.52
Hex 29 DF B8 52 0 11 D A7 4A 34
Octal 51 337 270 122 0 21 15 247 112 64
Binary 101001 11011111 10111000 1010010 0 10001 1101 10100111 1001010 110100

Color Harmonies of #29DFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DFB8

Black with #29DFB8

Text Example


Text Example

White with #29DFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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