#12D2DE

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

Shades of Dark Turquoise #12D2DE

Tints of Dark Turquoise #12D2DE

Color information

#12D2DE (or 0x12D2DE) is unknown color: approx Dark Turquoise. HEX triplet: 12, D2 and DE. RGB value is (18,210,222). Sum of RGB (Red+Green+Blue) = 18+210+222=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #12D2DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D2DE is #ED2D21. Grayscale: #999999. Windows color (decimal): -15543586 or 14602770. OLE color: 14602770.

HSL color Cylindrical-coordinate representation of color #12D2DE: hue angle of 183.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D2DE is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18210222-
CMYK0.920.0500.13
HSL183.53º85%47.06%-
HSV(B)183.53º91.89%87.06%-
XYZ36.4851.577.12-
YUV153.96166.3931.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 222 (87.11% from 255) = 49.33%
R=4%
G=46.67%
B=49.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182102220.920.0500.13183.538547.06
Hex12D2DE5C50Db8552f
Octal22322336134501527012557
Binary100101101001011011110101110010101101101110001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12D2DE; }

 p { color: rgb(18,210,222); }

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

<style>
 a { background-color: #12D2DE; }

 a { background-color: rgb(18,210,222); }

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

<style>
 span { border-color: #12D2DE; }

 span { border-color: rgb(18,210,222); }

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