Html Css Color HEX #29FDCE Turquoise

📋 copy color: '#29FDCE'

red 41 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #29FDCE

Tints of Turquoise #29FDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 8.2%
G = 50.6%
B = 41.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#29FDCE (or 0x29FDCE) is known color: Turquoise. HEX triplet: 29, FD and CE. RGB value is (41,253,206). Sum of RGB (Red+Green+Blue) = 41+253+206=500 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.2% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDCE is #D60231. Grayscale: #B8B8B8. Windows color (decimal): -14025266 or 13565225. OLE color: 13565225.

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

Color convert

RGB 41 253 206 -
CMYK 0.84 0 0.19 0.01
HSL 166.7º 0.98% 0.58% -
HSV(B) 166.7º 0.84% 0.99% -
XYZ 47.18 75.18 70.42 -
YUV 184.25 140.26 25.82 -
System Red Green Blue C M Y K H S L
Decimal 41 253 206 0.84 0 0.19 0.01 166.7 0.98 0.58
Hex 29 FD CE 54 0 13 1 A7 62 3A
Octal 51 375 316 124 0 23 1 247 142 72
Binary 101001 11111101 11001110 1010100 0 10011 1 10100111 1100010 111010

Color Harmonies of #29FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FDCE

Black with #29FDCE

Text Example


Text Example

White with #29FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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