Html Css Color HEX #0AD8CF Dark Turquoise

📋 copy color: '#0AD8CF'

red 10 ◦ green 216 ◦ blue 207

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

Shades of Dark Turquoise #0AD8CF

Tints of Dark Turquoise #0AD8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 2.31%
G = 49.88%
B = 47.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#0AD8CF (or 0x0AD8CF) is known color: Dark Turquoise. HEX triplet: 0A, D8 and CF. RGB value is (10,216,207). Sum of RGB (Red+Green+Blue) = 10+216+207=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD8CF is #F52730. Grayscale: #999999. Windows color (decimal): -16066353 or 13621258. OLE color: 13621258.

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

Color convert

RGB 10 216 207 -
CMYK 0.95 0 0.04 0.15
HSL 177.38º 0.91% 0.44% -
HSV(B) 177.38º 0.95% 0.85% -
XYZ 35.94 53.68 67.5 -
YUV 153.38 158.25 25.73 -
System Red Green Blue C M Y K H S L
Decimal 10 216 207 0.95 0 0.04 0.15 177.38 0.91 0.44
Hex A D8 CF 5F 0 4 F B1 5B 2C
Octal 12 330 317 137 0 4 17 261 133 54
Binary 1010 11011000 11001111 1011111 0 100 1111 10110001 1011011 101100

Color Harmonies of #0AD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD8CF

Black with #0AD8CF

Text Example


Text Example

White with #0AD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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