Html Css Color HEX #29F8C2 Turquoise

📋 copy color: '#29F8C2'

red 41 ◦ green 248 ◦ blue 194

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

Shades of Turquoise #29F8C2

Tints of Turquoise #29F8C2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

 BLUE value IS 194 (76.17% from 255) = 40.17%

R = 8.49%
G = 51.35%
B = 40.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#29F8C2 (or 0x29F8C2) is known color: Turquoise. HEX triplet: 29, F8 and C2. RGB value is (41,248,194). Sum of RGB (Red+Green+Blue) = 41+248+194=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #29F8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F8C2 is #D6073D. Grayscale: #B3B3B3. Windows color (decimal): -14026558 or 12777513. OLE color: 12777513.

HSL color Cylindrical-coordinate representation of color #29F8C2: hue angle of 164.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F8C2 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 248 194 -
CMYK 0.83 0 0.22 0.03
HSL 164.35º 0.94% 0.57% -
HSV(B) 164.35º 0.83% 0.97% -
XYZ 44.22 71.5 62.51 -
YUV 179.95 135.92 28.89 -
System Red Green Blue C M Y K H S L
Decimal 41 248 194 0.83 0 0.22 0.03 164.35 0.94 0.57
Hex 29 F8 C2 53 0 16 3 A4 5E 39
Octal 51 370 302 123 0 26 3 244 136 71
Binary 101001 11111000 11000010 1010011 0 10110 11 10100100 1011110 111001

Color Harmonies of #29F8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F8C2

Black with #29F8C2

Text Example


Text Example

White with #29F8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,248,194); }

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

background-color css

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

 a { background-color: rgb(41,248,194); }

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

border-color css

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

 span { border-color: rgb(41,248,194); }

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