#05EBEC

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

Shades of Bright Turquoise #05EBEC

Tints of Bright Turquoise #05EBEC

Color information

#05EBEC (or 0x05EBEC) is unknown color: approx Bright Turquoise. HEX triplet: 05, EB and EC. RGB value is (5,235,236). Sum of RGB (Red+Green+Blue) = 5+235+236=476 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #05EBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EBEC is #FA1413. Grayscale: #A6A6A6. Windows color (decimal): -16389140 or 15526661. OLE color: 15526661.

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

Color convert

RGB5235236-
CMYK0.980.0000.07
HSL180.26º95.85%47.25%-
HSV(B)180.26º97.88%92.55%-
XYZ44.9165.5189.63-
YUV166.34167.312.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.05%
GREEN value IS 235 (92.19% from 255) = 49.37%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=1.05%
G=49.37%
B=49.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52352360.980.0000.07180.2695.8547.25
Hex5EBEC62007b4602f
Octal535335414200726414057
Binary1011110101111101100110001000111101101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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