#08EFC5

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

Shades of Bright Turquoise #08EFC5

Tints of Bright Turquoise #08EFC5

Color information

#08EFC5 (or 0x08EFC5) is unknown color: approx Bright Turquoise. HEX triplet: 08, EF and C5. RGB value is (8,239,197). Sum of RGB (Red+Green+Blue) = 8+239+197=444 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #08EFC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EFC5 is #F7103A. Grayscale: #A5A5A5. Windows color (decimal): -16191547 or 12971784. OLE color: 12971784.

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

Color convert

RGB8239197-
CMYK0.9700.180.06
HSL169.09º93.52%48.43%-
HSV(B)169.09º96.65%93.73%-
XYZ41.0465.8263.36-
YUV165.14145.9715.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.80%
GREEN value IS 239 (93.75% from 255) = 53.83%
BLUE value IS 197 (77.34% from 255) = 44.37%
R=1.80%
G=53.83%
B=44.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82391970.9700.180.06169.0993.5248.43
Hex8EFC5610126a95e30
Octal10357305141022625113660
Binary100011101111110001011100001010010110101010011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,239,197); }

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

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

 a { background-color: rgb(8,239,197); }

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

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

 span { border-color: rgb(8,239,197); }

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