#05F2E8

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

Shades of Bright Turquoise #05F2E8

Tints of Bright Turquoise #05F2E8

Color information

#05F2E8 (or 0x05F2E8) is unknown color: approx Bright Turquoise. HEX triplet: 05, F2 and E8. RGB value is (5,242,232). Sum of RGB (Red+Green+Blue) = 5+242+232=479 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F2E8 is #FA0D17. Grayscale: #A9A9A9. Windows color (decimal): -16387352 or 15266309. OLE color: 15266309.

HSL color Cylindrical-coordinate representation of color #05F2E8: hue angle of 177.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2E8 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB5242232-
CMYK0.9800.040.05
HSL177.47º95.95%48.43%-
HSV(B)177.47º97.93%94.9%-
XYZ46.3869.3687.29-
YUV170162.9810.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.04%
GREEN value IS 242 (94.92% from 255) = 50.52%
BLUE value IS 232 (91.02% from 255) = 48.43%
R=1.04%
G=50.52%
B=48.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52422320.9800.040.05177.4795.9548.43
Hex5F2E862045b16030
Octal536235014204526114060
Binary101111100101110100011000100100101101100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05F2E8; }

 p { color: rgb(5,242,232); }

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

<style>
 a { background-color: #05F2E8; }

 a { background-color: rgb(5,242,232); }

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

<style>
 span { border-color: #05F2E8; }

 span { border-color: rgb(5,242,232); }

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