Html Css Color HEX #0AD8D7 Dark Turquoise

📋 copy color: '#0AD8D7'

red 10 ◦ green 216 ◦ blue 215

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

Shades of Dark Turquoise #0AD8D7

Tints of Dark Turquoise #0AD8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 2.27%
G = 48.98%
B = 48.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#0AD8D7 (or 0x0AD8D7) is known color: Dark Turquoise. HEX triplet: 0A, D8 and D7. RGB value is (10,216,215). Sum of RGB (Red+Green+Blue) = 10+216+215=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD8D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD8D7 is #F52728. Grayscale: #9A9A9A. Windows color (decimal): -16066345 or 14145546. OLE color: 14145546.

HSL color Cylindrical-coordinate representation of color #0AD8D7: hue angle of 179.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD8D7 is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 216 215 -
CMYK 0.95 0 0.00 0.15
HSL 179.71º 0.91% 0.44% -
HSV(B) 179.71º 0.95% 0.85% -
XYZ 36.95 54.08 72.78 -
YUV 154.29 162.25 25.08 -
System Red Green Blue C M Y K H S L
Decimal 10 216 215 0.95 0 0.00 0.15 179.71 0.91 0.44
Hex A D8 D7 5F 0 0 F B4 5B 2C
Octal 12 330 327 137 0 0 17 264 133 54
Binary 1010 11011000 11010111 1011111 0 0 1111 10110100 1011011 101100

Color Harmonies of #0AD8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD8D7

Black with #0AD8D7

Text Example


Text Example

White with #0AD8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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