Html Css Color HEX #0AD7CE Dark Turquoise

📋 copy color: '#0AD7CE'

red 10 ◦ green 215 ◦ blue 206

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

Shades of Dark Turquoise #0AD7CE

Tints of Dark Turquoise #0AD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 2.32%
G = 49.88%
B = 47.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#0AD7CE (or 0x0AD7CE) is known color: Dark Turquoise. HEX triplet: 0A, D7 and CE. RGB value is (10,215,206). Sum of RGB (Red+Green+Blue) = 10+215+206=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD7CE is #F52831. Grayscale: #989898. Windows color (decimal): -16066610 or 13555466. OLE color: 13555466.

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

Color convert

RGB 10 215 206 -
CMYK 0.95 0 0.04 0.16
HSL 177.37º 0.91% 0.44% -
HSV(B) 177.37º 0.95% 0.84% -
XYZ 35.57 53.12 66.77 -
YUV 152.68 158.08 26.23 -
System Red Green Blue C M Y K H S L
Decimal 10 215 206 0.95 0 0.04 0.16 177.37 0.91 0.44
Hex A D7 CE 5F 0 4 10 B1 5B 2C
Octal 12 327 316 137 0 4 20 261 133 54
Binary 1010 11010111 11001110 1011111 0 100 10000 10110001 1011011 101100

Color Harmonies of #0AD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD7CE

Black with #0AD7CE

Text Example


Text Example

White with #0AD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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