Html Css Color HEX #29DFB7 Turquoise

📋 copy color: '#29DFB7'

red 41 ◦ green 223 ◦ blue 183

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

Shades of Turquoise #29DFB7

Tints of Turquoise #29DFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 9.17%
G = 49.89%
B = 40.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#29DFB7 (or 0x29DFB7) is known color: Turquoise. HEX triplet: 29, DF and B7. RGB value is (41,223,183). Sum of RGB (Red+Green+Blue) = 41+223+183=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #29DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFB7 is #D62048. Grayscale: #A4A4A4. Windows color (decimal): -14032969 or 12050217. OLE color: 12050217.

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

Color convert

RGB 41 223 183 -
CMYK 0.82 0 0.18 0.13
HSL 166.81º 0.74% 0.52% -
HSV(B) 166.81º 0.82% 0.87% -
XYZ 35.85 56.67 53.85 -
YUV 164.02 138.7 40.25 -
System Red Green Blue C M Y K H S L
Decimal 41 223 183 0.82 0 0.18 0.13 166.81 0.74 0.52
Hex 29 DF B7 52 0 12 D A7 4A 34
Octal 51 337 267 122 0 22 15 247 112 64
Binary 101001 11011111 10110111 1010010 0 10010 1101 10100111 1001010 110100

Color Harmonies of #29DFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DFB7

Black with #29DFB7

Text Example


Text Example

White with #29DFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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