Html Css Color HEX #0AD0DC Dark Turquoise

📋 copy color: '#0AD0DC'

red 10 ◦ green 208 ◦ blue 220

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

Shades of Dark Turquoise #0AD0DC

Tints of Dark Turquoise #0AD0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 2.28%
G = 47.49%
B = 50.23%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AD0DC (or 0x0AD0DC) is known color: Dark Turquoise. HEX triplet: 0A, D0 and DC. RGB value is (10,208,220). Sum of RGB (Red+Green+Blue) = 10+208+220=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AD0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD0DC is #F52F23. Grayscale: #959595. Windows color (decimal): -16068388 or 14471178. OLE color: 14471178.

HSL color Cylindrical-coordinate representation of color #0AD0DC: hue angle of 183.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD0DC is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 208 220 -
CMYK 0.95 0.05 0 0.14
HSL 183.43º 0.91% 0.45% -
HSV(B) 183.43º 0.95% 0.86% -
XYZ 35.6 50.34 75.55 -
YUV 150.17 167.4 28.02 -
System Red Green Blue C M Y K H S L
Decimal 10 208 220 0.95 0.05 0 0.14 183.43 0.91 0.45
Hex A D0 DC 5F 5 0 E B7 5B 2D
Octal 12 320 334 137 5 0 16 267 133 55
Binary 1010 11010000 11011100 1011111 101 0 1110 10110111 1011011 101101

Color Harmonies of #0AD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD0DC

Black with #0AD0DC

Text Example


Text Example

White with #0AD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,208,220); }

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

background-color css

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

 a { background-color: rgb(10,208,220); }

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

border-color css

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

 span { border-color: rgb(10,208,220); }

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