#05EEBC

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

Shades of Bright Turquoise #05EEBC

Tints of Bright Turquoise #05EEBC

Color information

#05EEBC (or 0x05EEBC) is unknown color: approx Bright Turquoise. HEX triplet: 05, EE and BC. RGB value is (5,238,188). Sum of RGB (Red+Green+Blue) = 5+238+188=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 238 (93.36% from 255 or 55.22% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 238 - color contains mainly: green. Hex color #05EEBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EEBC is #FA1143. Grayscale: #A2A2A2. Windows color (decimal): -16388420 or 12381701. OLE color: 12381701.

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

Color convert

RGB5238188-
CMYK0.9800.210.07
HSL167.12º95.88%47.65%-
HSV(B)167.12º97.9%93.33%-
XYZ39.7164.8157.99-
YUV162.63142.3115.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.16%
GREEN value IS 238 (93.36% from 255) = 55.22%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=1.16%
G=55.22%
B=43.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52381880.9800.210.07167.1295.8847.65
Hex5EEBC620157a76030
Octal5356274142025724714060
Binary10111101110101111001100010010101111101001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,238,188); }

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

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

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

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

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

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

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