Html Css Color HEX #29FDDB Turquoise

📋 copy color: '#29FDDB'

red 41 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #29FDDB

Tints of Turquoise #29FDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 7.99%
G = 49.32%
B = 42.69%

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

#29FDDB (or 0x29FDDB) is known color: Turquoise. HEX triplet: 29, FD and DB. RGB value is (41,253,219). Sum of RGB (Red+Green+Blue) = 41+253+219=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDDB is #D60224. Grayscale: #B9B9B9. Windows color (decimal): -14025253 or 14417193. OLE color: 14417193.

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

Color convert

RGB 41 253 219 -
CMYK 0.84 0 0.13 0.01
HSL 170.38º 0.98% 0.58% -
HSV(B) 170.38º 0.84% 0.99% -
XYZ 48.83 75.84 79.08 -
YUV 185.74 146.76 24.76 -
System Red Green Blue C M Y K H S L
Decimal 41 253 219 0.84 0 0.13 0.01 170.38 0.98 0.58
Hex 29 FD DB 54 0 D 1 AA 62 3A
Octal 51 375 333 124 0 15 1 252 142 72
Binary 101001 11111101 11011011 1010100 0 1101 1 10101010 1100010 111010

Color Harmonies of #29FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FDDB

Black with #29FDDB

Text Example


Text Example

White with #29FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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