#0ADBEB

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

Shades of Bright Turquoise #0ADBEB

Tints of Bright Turquoise #0ADBEB

Color information

#0ADBEB (or 0x0ADBEB) is unknown color: approx Bright Turquoise. HEX triplet: 0A, DB and EB. RGB value is (10,219,235). Sum of RGB (Red+Green+Blue) = 10+219+235=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ADBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBEB is #F52414. Grayscale: #9E9E9E. Windows color (decimal): -16065557 or 15457034. OLE color: 15457034.

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

Color convert

RGB10219235-
CMYK0.960.0700.08
HSL184.27º91.84%48.04%-
HSV(B)184.27º95.74%92.16%-
XYZ40.4556.7387.41-
YUV158.33171.2622.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.16%
GREEN value IS 219 (85.94% from 255) = 47.20%
BLUE value IS 235 (92.19% from 255) = 50.65%
R=2.16%
G=47.20%
B=50.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102192350.960.0700.08184.2791.8448.04
HexADBEB60708b85c30
Octal12333353140701027013460
Binary10101101101111101011110000011101000101110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ADBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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