#12CBDD

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

Shades of Dark Turquoise #12CBDD

Tints of Dark Turquoise #12CBDD

Color information

#12CBDD (or 0x12CBDD) is unknown color: approx Dark Turquoise. HEX triplet: 12, CB and DD. RGB value is (18,203,221). Sum of RGB (Red+Green+Blue) = 18+203+221=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #12CBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBDD is #ED3422. Grayscale: #959595. Windows color (decimal): -15545379 or 14535442. OLE color: 14535442.

HSL color Cylindrical-coordinate representation of color #12CBDD: hue angle of 185.32º 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 #12CBDD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18203221-
CMYK0.920.0800.13
HSL185.32º84.94%46.86%-
HSV(B)185.32º91.86%86.67%-
XYZ34.6648.0675.86-
YUV149.74168.2134.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.07%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 221 (86.72% from 255) = 50%
R=4.07%
G=45.93%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182032210.920.0800.13185.3284.9446.86
Hex12CBDD5C80Db9552f
Octal223133351341001527112557
Binary1001011001011110111011011100100001101101110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,203,221); }

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

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

 a { background-color: rgb(18,203,221); }

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

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

 span { border-color: rgb(18,203,221); }

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