#05ECEC

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

Shades of Bright Turquoise #05ECEC

Tints of Bright Turquoise #05ECEC

Color information

#05ECEC (or 0x05ECEC) is unknown color: approx Bright Turquoise. HEX triplet: 05, EC and EC. RGB value is (5,236,236). Sum of RGB (Red+Green+Blue) = 5+236+236=477 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #05ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05ECEC is #FA1313. Grayscale: #A6A6A6. Windows color (decimal): -16388884 or 15526917. OLE color: 15526917.

HSL color Cylindrical-coordinate representation of color #05ECEC: hue angle of 180º 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 #05ECEC is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5236236-
CMYK0.98000.07
HSL180º95.85%47.25%-
HSV(B)180º97.88%92.55%-
XYZ45.266.0889.73-
YUV166.93166.9712.5-

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.48%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=1.05%
G=49.48%
B=49.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52362360.98000.0718095.8547.25
Hex5ECEC62007b4602f
Octal535435414200726414057
Binary1011110110011101100110001000111101101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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