Html Css Color HEX #0AD7CC Dark Turquoise

📋 copy color: '#0AD7CC'

red 10 ◦ green 215 ◦ blue 204

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

Shades of Dark Turquoise #0AD7CC

Tints of Dark Turquoise #0AD7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 2.33%
G = 50.12%
B = 47.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0AD7CC (or 0x0AD7CC) is known color: Dark Turquoise. HEX triplet: 0A, D7 and CC. RGB value is (10,215,204). Sum of RGB (Red+Green+Blue) = 10+215+204=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD7CC is #F52833. Grayscale: #989898. Windows color (decimal): -16066612 or 13424394. OLE color: 13424394.

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

Color convert

RGB 10 215 204 -
CMYK 0.95 0 0.05 0.16
HSL 176.78º 0.91% 0.44% -
HSV(B) 176.78º 0.95% 0.84% -
XYZ 35.32 53.03 65.5 -
YUV 152.45 157.08 26.39 -
System Red Green Blue C M Y K H S L
Decimal 10 215 204 0.95 0 0.05 0.16 176.78 0.91 0.44
Hex A D7 CC 5F 0 5 10 B1 5B 2C
Octal 12 327 314 137 0 5 20 261 133 54
Binary 1010 11010111 11001100 1011111 0 101 10000 10110001 1011011 101100

Color Harmonies of #0AD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD7CC

Black with #0AD7CC

Text Example


Text Example

White with #0AD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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