Html Css Color HEX #29FCD2 Turquoise

📋 copy color: '#29FCD2'

red 41 ◦ green 252 ◦ blue 210

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

Shades of Turquoise #29FCD2

Tints of Turquoise #29FCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.75%

R = 8.15%
G = 50.1%
B = 41.75%

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

#29FCD2 (or 0x29FCD2) is known color: Turquoise. HEX triplet: 29, FC and D2. RGB value is (41,252,210). Sum of RGB (Red+Green+Blue) = 41+252+210=503 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.15% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCD2 is #D6032D. Grayscale: #B8B8B8. Windows color (decimal): -14025518 or 13827113. OLE color: 13827113.

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

Color convert

RGB 41 252 210 -
CMYK 0.84 0 0.17 0.01
HSL 168.06º 0.97% 0.57% -
HSV(B) 168.06º 0.84% 0.99% -
XYZ 47.36 74.75 72.9 -
YUV 184.12 142.6 25.92 -
System Red Green Blue C M Y K H S L
Decimal 41 252 210 0.84 0 0.17 0.01 168.06 0.97 0.57
Hex 29 FC D2 54 0 11 1 A8 61 39
Octal 51 374 322 124 0 21 1 250 141 71
Binary 101001 11111100 11010010 1010100 0 10001 1 10101000 1100001 111001

Color Harmonies of #29FCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCD2

Black with #29FCD2

Text Example


Text Example

White with #29FCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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