Html Css Color HEX #0ACEDC Dark Turquoise

📋 copy color: '#0ACEDC'

red 10 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #0ACEDC

Tints of Dark Turquoise #0ACEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 2.29%
G = 47.25%
B = 50.46%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ACEDC (or 0x0ACEDC) is known color: Dark Turquoise. HEX triplet: 0A, CE and DC. RGB value is (10,206,220). Sum of RGB (Red+Green+Blue) = 10+206+220=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ACEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEDC is #F53123. Grayscale: #949494. Windows color (decimal): -16068900 or 14470666. OLE color: 14470666.

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

Color convert

RGB 10 206 220 -
CMYK 0.95 0.06 0 0.14
HSL 184º 0.91% 0.45% -
HSV(B) 184º 0.95% 0.86% -
XYZ 35.11 49.37 75.39 -
YUV 148.99 168.07 28.86 -
System Red Green Blue C M Y K H S L
Decimal 10 206 220 0.95 0.06 0 0.14 184 0.91 0.45
Hex A CE DC 5F 6 0 E B8 5B 2D
Octal 12 316 334 137 6 0 16 270 133 55
Binary 1010 11001110 11011100 1011111 110 0 1110 10111000 1011011 101101

Color Harmonies of #0ACEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEDC

Black with #0ACEDC

Text Example


Text Example

White with #0ACEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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