Html Css Color HEX #29FCCD Turquoise

📋 copy color: '#29FCCD'

red 41 ◦ green 252 ◦ blue 205

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

Shades of Turquoise #29FCCD

Tints of Turquoise #29FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 8.23%
G = 50.6%
B = 41.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#29FCCD (or 0x29FCCD) is known color: Turquoise. HEX triplet: 29, FC and CD. RGB value is (41,252,205). Sum of RGB (Red+Green+Blue) = 41+252+205=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCCD is #D60332. Grayscale: #B7B7B7. Windows color (decimal): -14025523 or 13499433. OLE color: 13499433.

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

Color convert

RGB 41 252 205 -
CMYK 0.84 0 0.19 0.01
HSL 166.64º 0.97% 0.57% -
HSV(B) 166.64º 0.84% 0.99% -
XYZ 46.74 74.5 69.67 -
YUV 183.55 140.1 26.32 -
System Red Green Blue C M Y K H S L
Decimal 41 252 205 0.84 0 0.19 0.01 166.64 0.97 0.57
Hex 29 FC CD 54 0 13 1 A7 61 39
Octal 51 374 315 124 0 23 1 247 141 71
Binary 101001 11111100 11001101 1010100 0 10011 1 10100111 1100001 111001

Color Harmonies of #29FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCCD

Black with #29FCCD

Text Example


Text Example

White with #29FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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