#0AD7EB

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

Shades of Bright Turquoise #0AD7EB

Tints of Bright Turquoise #0AD7EB

Color information

#0AD7EB (or 0x0AD7EB) is unknown color: approx Bright Turquoise. HEX triplet: 0A, D7 and EB. RGB value is (10,215,235). Sum of RGB (Red+Green+Blue) = 10+215+235=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 215 (84.38% from 255 or 46.74% 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 #0AD7EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD7EB is #F52814. Grayscale: #9B9B9B. Windows color (decimal): -16066581 or 15456010. OLE color: 15456010.

HSL color Cylindrical-coordinate representation of color #0AD7EB: hue angle of 185.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD7EB is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10215235-
CMYK0.960.0900.08
HSL185.33º91.84%48.04%-
HSV(B)185.33º95.74%92.16%-
XYZ39.4254.6687.07-
YUV155.98172.5823.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.17%
GREEN value IS 215 (84.38% from 255) = 46.74%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=2.17%
G=46.74%
B=51.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102152350.960.0900.08185.3391.8448.04
HexAD7EB60908b95c30
Octal123273531401101027113460
Binary101011010111111010111100000100101000101110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AD7EB; }

 p { color: rgb(10,215,235); }

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

<style>
 a { background-color: #0AD7EB; }

 a { background-color: rgb(10,215,235); }

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

<style>
 span { border-color: #0AD7EB; }

 span { border-color: rgb(10,215,235); }

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