#07F6E4

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

Shades of Bright Turquoise #07F6E4

Tints of Bright Turquoise #07F6E4

Color information

#07F6E4 (or 0x07F6E4) is unknown color: approx Bright Turquoise. HEX triplet: 07, F6 and E4. RGB value is (7,246,228). Sum of RGB (Red+Green+Blue) = 7+246+228=481 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #07F6E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F6E4 is #F8091B. Grayscale: #ACACAC. Windows color (decimal): -16255260 or 15005191. OLE color: 15005191.

HSL color Cylindrical-coordinate representation of color #07F6E4: hue angle of 175.48º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F6E4 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB7246228-
CMYK0.9700.070.04
HSL175.48º94.47%49.61%-
HSV(B)175.48º97.15%96.47%-
XYZ47.0571.5684.73-
YUV172.49159.329.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.46%
GREEN value IS 246 (96.48% from 255) = 51.14%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=1.46%
G=51.14%
B=47.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal72462280.9700.070.04175.4894.4749.61
Hex7F6E461074af5e32
Octal736634414107425713662
Binary111111101101110010011000010111100101011111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07F6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07F6E4; }

 p { color: rgb(7,246,228); }

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

<style>
 a { background-color: #07F6E4; }

 a { background-color: rgb(7,246,228); }

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

<style>
 span { border-color: #07F6E4; }

 span { border-color: rgb(7,246,228); }

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