Html Css Color HEX #29FCD0 Turquoise

📋 copy color: '#29FCD0'

red 41 ◦ green 252 ◦ blue 208

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

Shades of Turquoise #29FCD0

Tints of Turquoise #29FCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 8.18%
G = 50.3%
B = 41.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#29FCD0 (or 0x29FCD0) is known color: Turquoise. HEX triplet: 29, FC and D0. RGB value is (41,252,208). Sum of RGB (Red+Green+Blue) = 41+252+208=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCD0 is #D6032F. Grayscale: #B7B7B7. Windows color (decimal): -14025520 or 13696041. OLE color: 13696041.

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

Color convert

RGB 41 252 208 -
CMYK 0.84 0 0.17 0.01
HSL 167.49º 0.97% 0.57% -
HSV(B) 167.49º 0.84% 0.99% -
XYZ 47.11 74.65 71.6 -
YUV 183.9 141.6 26.08 -
System Red Green Blue C M Y K H S L
Decimal 41 252 208 0.84 0 0.17 0.01 167.49 0.97 0.57
Hex 29 FC D0 54 0 11 1 A7 61 39
Octal 51 374 320 124 0 21 1 247 141 71
Binary 101001 11111100 11010000 1010100 0 10001 1 10100111 1100001 111001

Color Harmonies of #29FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCD0

Black with #29FCD0

Text Example


Text Example

White with #29FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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