#12DFCF

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

Shades of Bright Turquoise #12DFCF

Tints of Bright Turquoise #12DFCF

Color information

#12DFCF (or 0x12DFCF) is unknown color: approx Bright Turquoise. HEX triplet: 12, DF and CF. RGB value is (18,223,207). Sum of RGB (Red+Green+Blue) = 18+223+207=448 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.02% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFCF is #ED2030. Grayscale: #9F9F9F. Windows color (decimal): -15540273 or 13623058. OLE color: 13623058.

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

Color convert

RGB18223207-
CMYK0.9200.070.13
HSL175.32º85.06%47.25%-
HSV(B)175.32º91.93%87.45%-
XYZ37.957.4168.12-
YUV159.88154.5826.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.02%
GREEN value IS 223 (87.5% from 255) = 49.78%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=4.02%
G=49.78%
B=46.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182232070.9200.070.13175.3285.0647.25
Hex12DFCF5C07Daf552f
Octal22337317134071525712557
Binary100101101111111001111101110001111101101011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,223,207); }

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

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

 a { background-color: rgb(18,223,207); }

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

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

 span { border-color: rgb(18,223,207); }

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