#07ECEC

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

Shades of Bright Turquoise #07ECEC

Tints of Bright Turquoise #07ECEC

Color information

#07ECEC (or 0x07ECEC) is unknown color: approx Bright Turquoise. HEX triplet: 07, EC and EC. RGB value is (7,236,236). Sum of RGB (Red+Green+Blue) = 7+236+236=479 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #07ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07ECEC is #F81313. Grayscale: #A7A7A7. Windows color (decimal): -16257812 or 15526919. OLE color: 15526919.

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

Color convert

RGB7236236-
CMYK0.97000.07
HSL180º94.24%47.65%-
HSV(B)180º97.03%92.55%-
XYZ45.2266.0989.73-
YUV167.53166.6313.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.46%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=1.46%
G=49.27%
B=49.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72362360.97000.0718094.2447.65
Hex7ECEC61007b45e30
Octal735435414100726413660
Binary1111110110011101100110000100111101101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,236,236); }

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

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

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

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

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

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

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