Html Css Color HEX #29FCDA Turquoise

📋 copy color: '#29FCDA'

red 41 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #29FCDA

Tints of Turquoise #29FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 8.02%
G = 49.32%
B = 42.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#29FCDA (or 0x29FCDA) is known color: Turquoise. HEX triplet: 29, FC and DA. RGB value is (41,252,218). Sum of RGB (Red+Green+Blue) = 41+252+218=511 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.02% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCDA is #D60325. Grayscale: #B8B8B8. Windows color (decimal): -14025510 or 14351401. OLE color: 14351401.

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

Color convert

RGB 41 252 218 -
CMYK 0.84 0 0.13 0.01
HSL 170.33º 0.97% 0.57% -
HSV(B) 170.33º 0.84% 0.99% -
XYZ 48.38 75.15 78.29 -
YUV 185.04 146.6 25.26 -
System Red Green Blue C M Y K H S L
Decimal 41 252 218 0.84 0 0.13 0.01 170.33 0.97 0.57
Hex 29 FC DA 54 0 D 1 AA 61 39
Octal 51 374 332 124 0 15 1 252 141 71
Binary 101001 11111100 11011010 1010100 0 1101 1 10101010 1100001 111001

Color Harmonies of #29FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCDA

Black with #29FCDA

Text Example


Text Example

White with #29FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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