#05ECEA

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

Shades of Bright Turquoise #05ECEA

Tints of Bright Turquoise #05ECEA

Color information

#05ECEA (or 0x05ECEA) is unknown color: approx Bright Turquoise. HEX triplet: 05, EC and EA. RGB value is (5,236,234). Sum of RGB (Red+Green+Blue) = 5+236+234=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05ECEA is #FA1315. Grayscale: #A6A6A6. Windows color (decimal): -16388886 or 15395845. OLE color: 15395845.

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

Color convert

RGB5236234-
CMYK0.9800.010.07
HSL179.48º95.85%47.25%-
HSV(B)179.48º97.88%92.55%-
XYZ44.9165.9688.21-
YUV166.7165.9712.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.05%
GREEN value IS 236 (92.58% from 255) = 49.68%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=1.05%
G=49.68%
B=49.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52362340.9800.010.07179.4895.8547.25
Hex5ECEA62017b3602f
Octal535435214201726314057
Binary1011110110011101010110001001111101100111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,236,234); }

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

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

 a { background-color: rgb(5,236,234); }

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

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

 span { border-color: rgb(5,236,234); }

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