Html Css Color HEX #29FCD4 Turquoise

📋 copy color: '#29FCD4'

red 41 ◦ green 252 ◦ blue 212

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

Shades of Turquoise #29FCD4

Tints of Turquoise #29FCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 8.12%
G = 49.9%
B = 41.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#29FCD4 (or 0x29FCD4) is known color: Turquoise. HEX triplet: 29, FC and D4. RGB value is (41,252,212). Sum of RGB (Red+Green+Blue) = 41+252+212=505 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.12% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCD4 is #D6032B. Grayscale: #B8B8B8. Windows color (decimal): -14025516 or 13958185. OLE color: 13958185.

HSL color Cylindrical-coordinate representation of color #29FCD4: hue angle of 168.63º 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 #29FCD4 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 252 212 -
CMYK 0.84 0 0.16 0.01
HSL 168.63º 0.97% 0.57% -
HSV(B) 168.63º 0.84% 0.99% -
XYZ 47.61 74.85 74.22 -
YUV 184.35 143.6 25.75 -
System Red Green Blue C M Y K H S L
Decimal 41 252 212 0.84 0 0.16 0.01 168.63 0.97 0.57
Hex 29 FC D4 54 0 10 1 A9 61 39
Octal 51 374 324 124 0 20 1 251 141 71
Binary 101001 11111100 11010100 1010100 0 10000 1 10101001 1100001 111001

Color Harmonies of #29FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCD4

Black with #29FCD4

Text Example


Text Example

White with #29FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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