Html Css Color HEX #29FCDD Turquoise

📋 copy color: '#29FCDD'

red 41 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #29FCDD

Tints of Turquoise #29FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 7.98%
G = 49.03%
B = 43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#29FCDD (or 0x29FCDD) is known color: Turquoise. HEX triplet: 29, FC and DD. RGB value is (41,252,221). Sum of RGB (Red+Green+Blue) = 41+252+221=514 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.98% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCDD is #D60322. Grayscale: #B9B9B9. Windows color (decimal): -14025507 or 14548009. OLE color: 14548009.

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

Color convert

RGB 41 252 221 -
CMYK 0.84 0 0.12 0.01
HSL 171.18º 0.97% 0.57% -
HSV(B) 171.18º 0.84% 0.99% -
XYZ 48.78 75.31 80.37 -
YUV 185.38 148.1 25.02 -
System Red Green Blue C M Y K H S L
Decimal 41 252 221 0.84 0 0.12 0.01 171.18 0.97 0.57
Hex 29 FC DD 54 0 C 1 AB 61 39
Octal 51 374 335 124 0 14 1 253 141 71
Binary 101001 11111100 11011101 1010100 0 1100 1 10101011 1100001 111001

Color Harmonies of #29FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCDD

Black with #29FCDD

Text Example


Text Example

White with #29FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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