#29F1E8

Color #29F1E8 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #29F1E8

Tints of Bright Turquoise #29F1E8

Color information

#29F1E8 (or 0x29F1E8) is unknown color: approx Bright Turquoise. HEX triplet: 29, F1 and E8. RGB value is (41,241,232). Sum of RGB (Red+Green+Blue) = 41+241+232=514 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.98% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #29F1E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29F1E8 is #D60E17. Grayscale: #B4B4B4. Windows color (decimal): -14028312 or 15266089. OLE color: 15266089.

HSL color Cylindrical-coordinate representation of color #29F1E8: hue angle of 177.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F1E8 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB41241232-
CMYK0.8300.040.05
HSL177.3º87.72%55.29%-
HSV(B)177.3º82.99%94.51%-
XYZ46.9469.2187.23-
YUV180.17157.2428.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 7.98%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 232 (91.02% from 255) = 45.14%
R=7.98%
G=46.89%
B=45.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal412412320.8300.040.05177.387.7255.29
Hex29F1E853045b15837
Octal5136135012304526113067
Binary101001111100011110100010100110100101101100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,241,232); }

 H1.HeaderClassName
 {
   color: #29F1E8;
 }
 .AnyTagClassName
 {
   color: #29F1E8;
 }
</style>
background-color css

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

 a { background-color: rgb(41,241,232); }

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

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

 span { border-color: rgb(41,241,232); }

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