Html Css Color HEX #29D6DF Turquoise

📋 copy color: '#29D6DF'

red 41 ◦ green 214 ◦ blue 223

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

Shades of Turquoise #29D6DF

Tints of Turquoise #29D6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 8.58%
G = 44.77%
B = 46.65%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29D6DF (or 0x29D6DF) is known color: Turquoise. HEX triplet: 29, D6 and DF. RGB value is (41,214,223). Sum of RGB (Red+Green+Blue) = 41+214+223=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #29D6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D6DF is #D62920. Grayscale: #A3A3A3. Windows color (decimal): -14035233 or 14669353. OLE color: 14669353.

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

Color convert

RGB 41 214 223 -
CMYK 0.82 0.04 0 0.13
HSL 182.97º 0.74% 0.52% -
HSV(B) 182.97º 0.82% 0.87% -
XYZ 38.28 53.89 78.2 -
YUV 163.3 161.69 40.77 -
System Red Green Blue C M Y K H S L
Decimal 41 214 223 0.82 0.04 0 0.13 182.97 0.74 0.52
Hex 29 D6 DF 52 4 0 D B7 4A 34
Octal 51 326 337 122 4 0 15 267 112 64
Binary 101001 11010110 11011111 1010010 100 0 1101 10110111 1001010 110100

Color Harmonies of #29D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D6DF

Black with #29D6DF

Text Example


Text Example

White with #29D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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