#29E8FC

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

Shades of Bright Turquoise #29E8FC

Tints of Bright Turquoise #29E8FC

Color information

#29E8FC (or 0x29E8FC) is unknown color: approx Bright Turquoise. HEX triplet: 29, E8 and FC. RGB value is (41,232,252). Sum of RGB (Red+Green+Blue) = 41+232+252=525 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.81% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #29E8FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29E8FC is #D61703. Grayscale: #B0B0B0. Windows color (decimal): -14030596 or 16574505. OLE color: 16574505.

HSL color Cylindrical-coordinate representation of color #29E8FC: hue angle of 185.69º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29E8FC is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB41232252-
CMYK0.840.0800.01
HSL185.69º97.24%57.45%-
HSV(B)185.69º83.73%98.82%-
XYZ47.3465.21102.19-
YUV177.17170.2230.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 7.81%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 252 (98.83% from 255) = 48%
R=7.81%
G=44.19%
B=48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal412322520.840.0800.01185.6997.2457.45
Hex29E8FC54801ba6139
Octal51350374124100127214171
Binary10100111101000111111001010100100001101110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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