#07E7CA

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

Shades of Bright Turquoise #07E7CA

Tints of Bright Turquoise #07E7CA

Color information

#07E7CA (or 0x07E7CA) is unknown color: approx Bright Turquoise. HEX triplet: 07, E7 and CA. RGB value is (7,231,202). Sum of RGB (Red+Green+Blue) = 7+231+202=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #07E7CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07E7CA is #F81835. Grayscale: #A0A0A0. Windows color (decimal): -16259126 or 13297415. OLE color: 13297415.

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

Color convert

RGB7231202-
CMYK0.9700.130.09
HSL172.23º94.12%46.67%-
HSV(B)172.23º96.97%90.59%-
XYZ39.3261.4665.67-
YUV160.72151.2918.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.59%
GREEN value IS 231 (90.62% from 255) = 52.5%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=1.59%
G=52.5%
B=45.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72312020.9700.130.09172.2394.1246.67
Hex7E7CA610D9ac5e2f
Octal73473121410151125413657
Binary11111100111110010101100001011011001101011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,231,202); }

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

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

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

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

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

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

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