#05E2F3

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

Shades of Bright Turquoise #05E2F3

Tints of Bright Turquoise #05E2F3

Color information

#05E2F3 (or 0x05E2F3) is unknown color: approx Bright Turquoise. HEX triplet: 05, E2 and F3. RGB value is (5,226,243). Sum of RGB (Red+Green+Blue) = 5+226+243=474 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #05E2F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E2F3 is #FA1D0C. Grayscale: #A1A1A1. Windows color (decimal): -16391437 or 15983109. OLE color: 15983109.

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

Color convert

RGB5226243-
CMYK0.980.0700.05
HSL184.29º95.97%48.63%-
HSV(B)184.29º97.94%95.29%-
XYZ43.4460.994.26-
YUV161.86173.7816.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.05%
GREEN value IS 226 (88.67% from 255) = 47.68%
BLUE value IS 243 (95.31% from 255) = 51.27%
R=1.05%
G=47.68%
B=51.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52262430.980.0700.05184.2995.9748.63
Hex5E2F362705b86031
Octal534236314270527014061
Binary101111000101111001111000101110101101110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,226,243); }

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

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

 a { background-color: rgb(5,226,243); }

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

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

 span { border-color: rgb(5,226,243); }

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