#07D8E7

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

Shades of Bright Turquoise #07D8E7

Tints of Bright Turquoise #07D8E7

Color information

#07D8E7 (or 0x07D8E7) is unknown color: approx Bright Turquoise. HEX triplet: 07, D8 and E7. RGB value is (7,216,231). Sum of RGB (Red+Green+Blue) = 7+216+231=454 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #07D8E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D8E7 is #F82718. Grayscale: #9A9A9A. Windows color (decimal): -16262937 or 15194119. OLE color: 15194119.

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

Color convert

RGB7216231-
CMYK0.970.0600.09
HSL184.02º94.12%46.67%-
HSV(B)184.02º96.97%90.59%-
XYZ39.0754.9384.14-
YUV155.22170.7622.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.54%
GREEN value IS 216 (84.77% from 255) = 47.58%
BLUE value IS 231 (90.62% from 255) = 50.88%
R=1.54%
G=47.58%
B=50.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72162310.970.0600.09184.0294.1246.67
Hex7D8E761609b85e2f
Octal7330347141601127013657
Binary1111101100011100111110000111001001101110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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