#07EBCC

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

Shades of Bright Turquoise #07EBCC

Tints of Bright Turquoise #07EBCC

Color information

#07EBCC (or 0x07EBCC) is unknown color: approx Bright Turquoise. HEX triplet: 07, EB and CC. RGB value is (7,235,204). Sum of RGB (Red+Green+Blue) = 7+235+204=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #07EBCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EBCC is #F81433. Grayscale: #A3A3A3. Windows color (decimal): -16258100 or 13429511. OLE color: 13429511.

HSL color Cylindrical-coordinate representation of color #07EBCC: hue angle of 171.84º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EBCC is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB7235204-
CMYK0.9700.130.08
HSL171.84º94.21%47.45%-
HSV(B)171.84º97.02%92.16%-
XYZ40.763.8267.3-
YUV163.29150.9616.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.57%
GREEN value IS 235 (92.19% from 255) = 52.69%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=1.57%
G=52.69%
B=45.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72352040.9700.130.08171.8494.2147.45
Hex7EBCC610D8ac5e2f
Octal73533141410151025413657
Binary11111101011110011001100001011011000101011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,235,204); }

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

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

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

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

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

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

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