Html Css Color HEX #29F6DF Turquoise

📋 copy color: '#29F6DF'

red 41 ◦ green 246 ◦ blue 223

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

Shades of Turquoise #29F6DF

Tints of Turquoise #29F6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

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

R = 8.04%
G = 48.24%
B = 43.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#29F6DF (or 0x29F6DF) is known color: Turquoise. HEX triplet: 29, F6 and DF. RGB value is (41,246,223). Sum of RGB (Red+Green+Blue) = 41+246+223=510 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.04% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #29F6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F6DF is #D60920. Grayscale: #B5B5B5. Windows color (decimal): -14027041 or 14677545. OLE color: 14677545.

HSL color Cylindrical-coordinate representation of color #29F6DF: hue angle of 173.27º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F6DF is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 246 223 -
CMYK 0.83 0 0.09 0.04
HSL 173.27º 0.92% 0.56% -
HSV(B) 173.27º 0.83% 0.96% -
XYZ 47.19 71.71 81.17 -
YUV 182.08 151.08 27.37 -
System Red Green Blue C M Y K H S L
Decimal 41 246 223 0.83 0 0.09 0.04 173.27 0.92 0.56
Hex 29 F6 DF 53 0 9 4 AD 5C 38
Octal 51 366 337 123 0 11 4 255 134 70
Binary 101001 11110110 11011111 1010011 0 1001 100 10101101 1011100 111000

Color Harmonies of #29F6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F6DF

Black with #29F6DF

Text Example


Text Example

White with #29F6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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