Html Css Color HEX #29FBDD Turquoise

📋 copy color: '#29FBDD'

red 41 ◦ green 251 ◦ blue 221

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

Shades of Turquoise #29FBDD

Tints of Turquoise #29FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

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

R = 7.99%
G = 48.93%
B = 43.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#29FBDD (or 0x29FBDD) is known color: Turquoise. HEX triplet: 29, FB and DD. RGB value is (41,251,221). Sum of RGB (Red+Green+Blue) = 41+251+221=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #29FBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FBDD is #D60422. Grayscale: #B8B8B8. Windows color (decimal): -14025763 or 14547753. OLE color: 14547753.

HSL color Cylindrical-coordinate representation of color #29FBDD: hue angle of 171.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FBDD is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 251 221 -
CMYK 0.84 0 0.12 0.02
HSL 171.43º 0.96% 0.57% -
HSV(B) 171.43º 0.84% 0.98% -
XYZ 48.46 74.69 80.27 -
YUV 184.79 148.43 25.44 -
System Red Green Blue C M Y K H S L
Decimal 41 251 221 0.84 0 0.12 0.02 171.43 0.96 0.57
Hex 29 FB DD 54 0 C 2 AB 60 39
Octal 51 373 335 124 0 14 2 253 140 71
Binary 101001 11111011 11011101 1010100 0 1100 10 10101011 1100000 111001

Color Harmonies of #29FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FBDD

Black with #29FBDD

Text Example


Text Example

White with #29FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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