#0AD4DE

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

Shades of Dark Turquoise #0AD4DE

Tints of Dark Turquoise #0AD4DE

Color information

#0AD4DE (or 0x0AD4DE) is unknown color: approx Dark Turquoise. HEX triplet: 0A, D4 and DE. RGB value is (10,212,222). Sum of RGB (Red+Green+Blue) = 10+212+222=444 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.25% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #0AD4DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD4DE is #F52B21. Grayscale: #989898. Windows color (decimal): -16067362 or 14603274. OLE color: 14603274.

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

Color convert

RGB10212222-
CMYK0.950.0500.13
HSL182.83º91.38%45.49%-
HSV(B)182.83º95.5%87.06%-
XYZ36.8552.4377.28-
YUV152.74167.0826.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.25%
GREEN value IS 212 (83.20% from 255) = 47.75%
BLUE value IS 222 (87.11% from 255) = 50%
R=2.25%
G=47.75%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102122220.950.0500.13182.8391.3845.49
HexAD4DE5F50Db75b2d
Octal12324336137501526713355
Binary10101101010011011110101111110101101101101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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