Html Css Color HEX #29FCDC Turquoise

📋 copy color: '#29FCDC'

red 41 ◦ green 252 ◦ blue 220

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

Shades of Turquoise #29FCDC

Tints of Turquoise #29FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.12%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 7.99%
G = 49.12%
B = 42.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#29FCDC (or 0x29FCDC) is known color: Turquoise. HEX triplet: 29, FC and DC. RGB value is (41,252,220). Sum of RGB (Red+Green+Blue) = 41+252+220=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCDC is #D60323. Grayscale: #B9B9B9. Windows color (decimal): -14025508 or 14482473. OLE color: 14482473.

HSL color Cylindrical-coordinate representation of color #29FCDC: hue angle of 170.9º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FCDC is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 252 220 -
CMYK 0.84 0 0.13 0.01
HSL 170.9º 0.97% 0.57% -
HSV(B) 170.9º 0.84% 0.99% -
XYZ 48.64 75.26 79.67 -
YUV 185.26 147.6 25.1 -
System Red Green Blue C M Y K H S L
Decimal 41 252 220 0.84 0 0.13 0.01 170.9 0.97 0.57
Hex 29 FC DC 54 0 D 1 AB 61 39
Octal 51 374 334 124 0 15 1 253 141 71
Binary 101001 11111100 11011100 1010100 0 1101 1 10101011 1100001 111001

Color Harmonies of #29FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCDC

Black with #29FCDC

Text Example


Text Example

White with #29FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,252,220); }

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

background-color css

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

 a { background-color: rgb(41,252,220); }

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

border-color css

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

 span { border-color: rgb(41,252,220); }

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