Html Css Color HEX #29FDCC Turquoise

📋 copy color: '#29FDCC'

red 41 ◦ green 253 ◦ blue 204

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

Shades of Turquoise #29FDCC

Tints of Turquoise #29FDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.8%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 8.23%
G = 50.8%
B = 40.96%

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

#29FDCC (or 0x29FDCC) is known color: Turquoise. HEX triplet: 29, FD and CC. RGB value is (41,253,204). Sum of RGB (Red+Green+Blue) = 41+253+204=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDCC is #D60233. Grayscale: #B8B8B8. Windows color (decimal): -14025268 or 13434153. OLE color: 13434153.

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

Color convert

RGB 41 253 204 -
CMYK 0.84 0 0.19 0.01
HSL 166.13º 0.98% 0.58% -
HSV(B) 166.13º 0.84% 0.99% -
XYZ 46.94 75.08 69.15 -
YUV 184.03 139.26 25.98 -
System Red Green Blue C M Y K H S L
Decimal 41 253 204 0.84 0 0.19 0.01 166.13 0.98 0.58
Hex 29 FD CC 54 0 13 1 A6 62 3A
Octal 51 375 314 124 0 23 1 246 142 72
Binary 101001 11111101 11001100 1010100 0 10011 1 10100110 1100010 111010

Color Harmonies of #29FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FDCC

Black with #29FDCC

Text Example


Text Example

White with #29FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,253,204); }

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

background-color css

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

 a { background-color: rgb(41,253,204); }

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

border-color css

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

 span { border-color: rgb(41,253,204); }

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