#07DAEB

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

Shades of Bright Turquoise #07DAEB

Tints of Bright Turquoise #07DAEB

Color information

#07DAEB (or 0x07DAEB) is unknown color: approx Bright Turquoise. HEX triplet: 07, DA and EB. RGB value is (7,218,235). Sum of RGB (Red+Green+Blue) = 7+218+235=460 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #07DAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DAEB is #F82514. Grayscale: #9C9C9C. Windows color (decimal): -16262421 or 15456775. OLE color: 15456775.

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

Color convert

RGB7218235-
CMYK0.970.0700.08
HSL184.47º94.21%47.45%-
HSV(B)184.47º97.02%92.16%-
XYZ40.1556.1987.33-
YUV156.85172.121.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72182350.970.0700.08184.4794.2147.45
Hex7DAEB61708b85e2f
Octal7332353141701027013657
Binary1111101101011101011110000111101000101110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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