Html Css Color HEX #0AD3EB Bright Turquoise

📋 copy color: '#0AD3EB'

red 10 ◦ green 211 ◦ blue 235

#0AD3EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0AD3EB

Tints of Bright Turquoise #0AD3EB

RGB

 RED value IS 10 (4.3% from 255) = 2.19%

 GREEN value IS 211 (82.81% from 255) = 46.27%

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 2.19%
G = 46.27%
B = 51.54%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AD3EB (or 0x0AD3EB) is known color: Bright Turquoise. HEX triplet: 0A, D3 and EB. RGB value is (10,211,235). Sum of RGB (Red+Green+Blue) = 10+211+235=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AD3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD3EB is #F52C14. Grayscale: #999999. Windows color (decimal): -16067605 or 15454986. OLE color: 15454986.

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

Color convert

RGB 10 211 235 -
CMYK 0.96 0.10 0 0.08
HSL 186.4º 0.92% 0.48% -
HSV(B) 186.4º 0.96% 0.92% -
XYZ 38.41 52.65 86.74 -
YUV 153.64 173.91 25.55 -
System Red Green Blue C M Y K H S L
Decimal 10 211 235 0.96 0.10 0 0.08 186.4 0.92 0.48
Hex A D3 EB 60 A 0 8 BA 5C 30
Octal 12 323 353 140 12 0 10 272 134 60
Binary 1010 11010011 11101011 1100000 1010 0 1000 10111010 1011100 110000

Color Harmonies of #0AD3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD3EB

Black with #0AD3EB

Text Example


Text Example

White with #0AD3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AD3EB;
 }
 .AnyTagClassName
 {
   color: #0AD3EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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