#07EBBC

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

Shades of Bright Turquoise #07EBBC

Tints of Bright Turquoise #07EBBC

Color information

#07EBBC (or 0x07EBBC) is unknown color: approx Bright Turquoise. HEX triplet: 07, EB and BC. RGB value is (7,235,188). Sum of RGB (Red+Green+Blue) = 7+235+188=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 235 (92.19% from 255 or 54.65% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 235 - color contains mainly: green. Hex color #07EBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EBBC is #F81443. Grayscale: #A1A1A1. Windows color (decimal): -16258116 or 12380935. OLE color: 12380935.

HSL color Cylindrical-coordinate representation of color #07EBBC: hue angle of 167.63º 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 #07EBBC is Cyan = 0.97, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB7235188-
CMYK0.9700.20.08
HSL167.63º94.21%47.45%-
HSV(B)167.63º97.02%92.16%-
XYZ38.8763.0957.71-
YUV161.47142.9617.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.63%
GREEN value IS 235 (92.19% from 255) = 54.65%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=1.63%
G=54.65%
B=43.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72351880.9700.20.08167.6394.2147.45
Hex7EBBC610148a85e2f
Octal73532741410241025013657
Binary111111010111011110011000010101001000101010001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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