Html Css Color HEX #0AC7DD Dark Turquoise

📋 copy color: '#0AC7DD'

red 10 ◦ green 199 ◦ blue 221

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

Shades of Dark Turquoise #0AC7DD

Tints of Dark Turquoise #0AC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.28%

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 2.33%
G = 46.28%
B = 51.4%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AC7DD (or 0x0AC7DD) is known color: Dark Turquoise. HEX triplet: 0A, C7 and DD. RGB value is (10,199,221). Sum of RGB (Red+Green+Blue) = 10+199+221=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AC7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC7DD is #F53822. Grayscale: #909090. Windows color (decimal): -16070691 or 14534410. OLE color: 14534410.

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

Color convert

RGB 10 199 221 -
CMYK 0.95 0.10 0 0.13
HSL 186.26º 0.91% 0.45% -
HSV(B) 186.26º 0.95% 0.87% -
XYZ 33.6 46.13 75.54 -
YUV 145 170.88 31.71 -
System Red Green Blue C M Y K H S L
Decimal 10 199 221 0.95 0.10 0 0.13 186.26 0.91 0.45
Hex A C7 DD 5F A 0 D BA 5B 2D
Octal 12 307 335 137 12 0 15 272 133 55
Binary 1010 11000111 11011101 1011111 1010 0 1101 10111010 1011011 101101

Color Harmonies of #0AC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC7DD

Black with #0AC7DD

Text Example


Text Example

White with #0AC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,199,221); }

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

background-color css

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

 a { background-color: rgb(10,199,221); }

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

border-color css

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

 span { border-color: rgb(10,199,221); }

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