#08edc6

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

Shades of Bright Turquoise #08EDC6

Tints of Bright Turquoise #08EDC6

Color information

#08EDC6 (or 0x08EDC6) is unknown color: approx Bright Turquoise. HEX triplet: 08, ED and C6. RGB value is (8,237,198). Sum of RGB (Red+Green+Blue) = 8+237+198=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #08EDC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EDC6 is #F71239. Grayscale: #A4A4A4. Windows color (decimal): -16192058 or 13036808. OLE color: 13036808.

HSL color Cylindrical-coordinate representation of color #08EDC6: hue angle of 169.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EDC6 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB8237198-
CMYK0.9700.160.07
HSL169.78º93.47%48.04%-
HSV(B)169.78º96.62%92.94%-
XYZ40.5864.763.78-
YUV164.08147.1316.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.81%
GREEN value IS 237 (92.97% from 255) = 53.50%
BLUE value IS 198 (77.73% from 255) = 44.70%
R=1.81%
G=53.50%
B=44.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82371980.9700.160.07169.7893.4748.04
Hex8EDC6610107aa5d30
Octal10355306141020725213560
Binary100011101101110001101100001010000111101010101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08edc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08edc6; }

 p { color: rgb(8,237,198); }

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

<style>
 a { background-color: #08edc6; }

 a { background-color: rgb(8,237,198); }

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

<style>
 span { border-color: #08edc6; }

 span { border-color: rgb(8,237,198); }

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