#06E7CA

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

Shades of Bright Turquoise #06E7CA

Tints of Bright Turquoise #06E7CA

Color information

#06E7CA (or 0x06E7CA) is unknown color: approx Bright Turquoise. HEX triplet: 06, E7 and CA. RGB value is (6,231,202). Sum of RGB (Red+Green+Blue) = 6+231+202=439 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #06E7CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E7CA is #F91835. Grayscale: #A0A0A0. Windows color (decimal): -16324662 or 13297414. OLE color: 13297414.

HSL color Cylindrical-coordinate representation of color #06E7CA: hue angle of 172.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 #06E7CA is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB6231202-
CMYK0.9700.130.09
HSL172.27º94.94%46.47%-
HSV(B)172.27º97.4%90.59%-
XYZ39.3161.4565.67-
YUV160.42151.4617.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.37%
GREEN value IS 231 (90.62% from 255) = 52.62%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=1.37%
G=52.62%
B=46.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal62312020.9700.130.09172.2794.9446.47
Hex6E7CA610D9ac5f2e
Octal63473121410151125413756
Binary11011100111110010101100001011011001101011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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