#06C7E7

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

Shades of Dark Turquoise #06C7E7

Tints of Dark Turquoise #06C7E7

Color information

#06C7E7 (or 0x06C7E7) is unknown color: approx Dark Turquoise. HEX triplet: 06, C7 and E7. RGB value is (6,199,231). Sum of RGB (Red+Green+Blue) = 6+199+231=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #06C7E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7E7 is #F93818. Grayscale: #909090. Windows color (decimal): -16332825 or 15189766. OLE color: 15189766.

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

Color convert

RGB6199231-
CMYK0.970.1400.09
HSL188.53º94.94%46.47%-
HSV(B)188.53º97.4%90.59%-
XYZ34.9246.6682.77-
YUV144.94176.5628.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.38%
GREEN value IS 199 (78.12% from 255) = 45.64%
BLUE value IS 231 (90.62% from 255) = 52.98%
R=1.38%
G=45.64%
B=52.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61992310.970.1400.09188.5394.9446.47
Hex6C7E761E09bd5f2e
Octal63073471411601127513756
Binary11011000111111001111100001111001001101111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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