#12DDCB

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

Shades of Bright Turquoise #12DDCB

Tints of Bright Turquoise #12DDCB

Color information

#12DDCB (or 0x12DDCB) is unknown color: approx Bright Turquoise. HEX triplet: 12, DD and CB. RGB value is (18,221,203). Sum of RGB (Red+Green+Blue) = 18+221+203=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDCB is #ED2234. Grayscale: #9E9E9E. Windows color (decimal): -15540789 or 13360402. OLE color: 13360402.

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

Color convert

RGB18221203-
CMYK0.9200.080.13
HSL174.68º84.94%46.86%-
HSV(B)174.68º91.86%86.67%-
XYZ36.8956.1565.39-
YUV158.25153.2527.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182212030.9200.080.13174.6884.9446.86
Hex12DDCB5C08Daf552f
Octal223353131340101525712557
Binary1001011011101110010111011100010001101101011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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