Html Css Color HEX #0AD6DF Dark Turquoise

📋 copy color: '#0AD6DF'

red 10 ◦ green 214 ◦ blue 223

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

Shades of Dark Turquoise #0AD6DF

Tints of Dark Turquoise #0AD6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 2.24%
G = 47.87%
B = 49.89%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AD6DF (or 0x0AD6DF) is known color: Dark Turquoise. HEX triplet: 0A, D6 and DF. RGB value is (10,214,223). Sum of RGB (Red+Green+Blue) = 10+214+223=447 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AD6DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD6DF is #F52920. Grayscale: #999999. Windows color (decimal): -16066849 or 14669322. OLE color: 14669322.

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

Color convert

RGB 10 214 223 -
CMYK 0.96 0.04 0 0.13
HSL 182.54º 0.91% 0.46% -
HSV(B) 182.54º 0.96% 0.87% -
XYZ 37.49 53.49 78.16 -
YUV 154.03 166.91 25.27 -
System Red Green Blue C M Y K H S L
Decimal 10 214 223 0.96 0.04 0 0.13 182.54 0.91 0.46
Hex A D6 DF 60 4 0 D B7 5B 2E
Octal 12 326 337 140 4 0 15 267 133 56
Binary 1010 11010110 11011111 1100000 100 0 1101 10110111 1011011 101110

Color Harmonies of #0AD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD6DF

Black with #0AD6DF

Text Example


Text Example

White with #0AD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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