Html Css Color HEX #0AC8DF Dark Turquoise

📋 copy color: '#0AC8DF'

red 10 ◦ green 200 ◦ blue 223

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

Shades of Dark Turquoise #0AC8DF

Tints of Dark Turquoise #0AC8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

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

R = 2.31%
G = 46.19%
B = 51.5%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AC8DF (or 0x0AC8DF) is known color: Dark Turquoise. HEX triplet: 0A, C8 and DF. RGB value is (10,200,223). Sum of RGB (Red+Green+Blue) = 10+200+223=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AC8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC8DF is #F53720. Grayscale: #919191. Windows color (decimal): -16070433 or 14665738. OLE color: 14665738.

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

Color convert

RGB 10 200 223 -
CMYK 0.96 0.10 0 0.13
HSL 186.48º 0.91% 0.46% -
HSV(B) 186.48º 0.96% 0.87% -
XYZ 34.1 46.7 77.03 -
YUV 145.81 171.55 31.13 -
System Red Green Blue C M Y K H S L
Decimal 10 200 223 0.96 0.10 0 0.13 186.48 0.91 0.46
Hex A C8 DF 60 A 0 D BA 5B 2E
Octal 12 310 337 140 12 0 15 272 133 56
Binary 1010 11001000 11011111 1100000 1010 0 1101 10111010 1011011 101110

Color Harmonies of #0AC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC8DF

Black with #0AC8DF

Text Example


Text Example

White with #0AC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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