#07EDC3

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

Shades of Bright Turquoise #07EDC3

Tints of Bright Turquoise #07EDC3

Color information

#07EDC3 (or 0x07EDC3) is unknown color: approx Bright Turquoise. HEX triplet: 07, ED and C3. RGB value is (7,237,195). Sum of RGB (Red+Green+Blue) = 7+237+195=439 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #07EDC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EDC3 is #F8123C. Grayscale: #A3A3A3. Windows color (decimal): -16257597 or 12840199. OLE color: 12840199.

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

Color convert

RGB7237195-
CMYK0.9700.180.07
HSL169.04º94.26%47.84%-
HSV(B)169.04º97.05%92.94%-
XYZ40.2264.5561.97-
YUV163.44145.816.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.59%
GREEN value IS 237 (92.97% from 255) = 53.99%
BLUE value IS 195 (76.56% from 255) = 44.42%
R=1.59%
G=53.99%
B=44.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72371950.9700.180.07169.0494.2647.84
Hex7EDC3610127a95e30
Octal7355303141022725113660
Binary11111101101110000111100001010010111101010011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,237,195); }

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

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

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

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

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

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

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