#07D6EA

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

Shades of Bright Turquoise #07D6EA

Tints of Bright Turquoise #07D6EA

Color information

#07D6EA (or 0x07D6EA) is unknown color: approx Bright Turquoise. HEX triplet: 07, D6 and EA. RGB value is (7,214,234). Sum of RGB (Red+Green+Blue) = 7+214+234=455 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #07D6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D6EA is #F82915. Grayscale: #9A9A9A. Windows color (decimal): -16263446 or 15390215. OLE color: 15390215.

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

Color convert

RGB7214234-
CMYK0.970.0900.08
HSL185.29º94.19%47.25%-
HSV(B)185.29º97.01%91.76%-
XYZ38.9954.0886.23-
YUV154.39172.9222.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.54%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 234 (91.80% from 255) = 51.43%
R=1.54%
G=47.03%
B=51.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72142340.970.0900.08185.2994.1947.25
Hex7D6EA61908b95e2f
Octal73263521411101027113657
Binary11111010110111010101100001100101000101110011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,214,234); }

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

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

 a { background-color: rgb(7,214,234); }

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

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

 span { border-color: rgb(7,214,234); }

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