#05ECEB

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

Shades of Bright Turquoise #05ECEB

Tints of Bright Turquoise #05ECEB

Color information

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

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

Color convert

RGB5236235-
CMYK0.9800.000.07
HSL179.74º95.85%47.25%-
HSV(B)179.74º97.88%92.55%-
XYZ45.0566.0288.97-
YUV166.82166.4712.58-

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.58%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=1.05%
G=49.58%
B=49.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52362350.9800.000.07179.7495.8547.25
Hex5ECEB62007b4602f
Octal535435314200726414057
Binary1011110110011101011110001000111101101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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