#06C8E7

Color #06C8E7 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #06C8E7

Tints of Dark Turquoise #06C8E7

Color information

#06C8E7 (or 0x06C8E7) is unknown color: approx Dark Turquoise. HEX triplet: 06, C8 and E7. RGB value is (6,200,231). Sum of RGB (Red+Green+Blue) = 6+200+231=437 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #06C8E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C8E7 is #F93718. Grayscale: #919191. Windows color (decimal): -16332569 or 15190022. OLE color: 15190022.

HSL color Cylindrical-coordinate representation of color #06C8E7: hue angle of 188.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C8E7 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6200231-
CMYK0.970.1300.09
HSL188.27º94.94%46.47%-
HSV(B)188.27º97.4%90.59%-
XYZ35.1547.1282.84-
YUV145.53176.2328.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.37%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 231 (90.62% from 255) = 52.86%
R=1.37%
G=45.77%
B=52.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal62002310.970.1300.09188.2794.9446.47
Hex6C8E761D09bc5f2e
Octal63103471411501127413756
Binary11011001000111001111100001110101001101111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06C8E7; }

 p { color: rgb(6,200,231); }

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

<style>
 a { background-color: #06C8E7; }

 a { background-color: rgb(6,200,231); }

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

<style>
 span { border-color: #06C8E7; }

 span { border-color: rgb(6,200,231); }

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