#0ACCD4

Color #0ACCD4 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #0ACCD4

Tints of Dark Turquoise #0ACCD4

Color information

#0ACCD4 (or 0x0ACCD4) is unknown color: approx Dark Turquoise. HEX triplet: 0A, CC and D4. RGB value is (10,204,212). Sum of RGB (Red+Green+Blue) = 10+204+212=426 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #0ACCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCD4 is #F5332B. Grayscale: #929292. Windows color (decimal): -16069420 or 13945866. OLE color: 13945866.

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

Color convert

RGB10204212-
CMYK0.950.0400.17
HSL182.38º90.99%43.53%-
HSV(B)182.38º95.28%83.14%-
XYZ33.64869.78-
YUV146.91164.7330.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.35%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 212 (83.20% from 255) = 49.77%
R=2.35%
G=47.89%
B=49.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102042120.950.0400.17182.3890.9943.53
HexACCD45F4011b65b2c
Octal12314324137402126613354
Binary101011001100110101001011111100010001101101101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ACCD4;
 }
 .AnyTagClassName
 {
   color: #0ACCD4;
 }
</style>
background-color css

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

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

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

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

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

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