#07EBDA

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

Shades of Bright Turquoise #07EBDA

Tints of Bright Turquoise #07EBDA

Color information

#07EBDA (or 0x07EBDA) is unknown color: approx Bright Turquoise. HEX triplet: 07, EB and DA. RGB value is (7,235,218). Sum of RGB (Red+Green+Blue) = 7+235+218=460 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #07EBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EBDA is #F81425. Grayscale: #A4A4A4. Windows color (decimal): -16258086 or 14347015. OLE color: 14347015.

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

Color convert

RGB7235218-
CMYK0.9700.070.08
HSL175.53º94.21%47.45%-
HSV(B)175.53º97.02%92.16%-
XYZ42.4564.5276.55-
YUV164.89157.9615.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.52%
GREEN value IS 235 (92.19% from 255) = 51.09%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=1.52%
G=51.09%
B=47.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72352180.9700.070.08175.5394.2147.45
Hex7EBDA61078b05e2f
Octal7353332141071026013657
Binary1111110101111011010110000101111000101100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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