Html Css Color HEX #0AD8DF Bright Turquoise

📋 copy color: '#0AD8DF'

red 10 ◦ green 216 ◦ blue 223

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

Shades of Bright Turquoise #0AD8DF

Tints of Bright Turquoise #0AD8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 2.23%
G = 48.11%
B = 49.67%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AD8DF (or 0x0AD8DF) is known color: Bright Turquoise. HEX triplet: 0A, D8 and DF. RGB value is (10,216,223). Sum of RGB (Red+Green+Blue) = 10+216+223=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AD8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD8DF is #F52720. Grayscale: #9A9A9A. Windows color (decimal): -16066337 or 14669834. OLE color: 14669834.

HSL color Cylindrical-coordinate representation of color #0AD8DF: hue angle of 181.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD8DF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 216 223 -
CMYK 0.96 0.03 0 0.13
HSL 181.97º 0.91% 0.46% -
HSV(B) 181.97º 0.96% 0.87% -
XYZ 38 54.5 78.33 -
YUV 155.2 166.25 24.43 -
System Red Green Blue C M Y K H S L
Decimal 10 216 223 0.96 0.03 0 0.13 181.97 0.91 0.46
Hex A D8 DF 60 3 0 D B6 5B 2E
Octal 12 330 337 140 3 0 15 266 133 56
Binary 1010 11011000 11011111 1100000 11 0 1101 10110110 1011011 101110

Color Harmonies of #0AD8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD8DF

Black with #0AD8DF

Text Example


Text Example

White with #0AD8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,223); }

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

background-color css

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

 a { background-color: rgb(10,216,223); }

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

border-color css

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

 span { border-color: rgb(10,216,223); }

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