#12F8DC

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

Shades of Bright Turquoise #12F8DC

Tints of Bright Turquoise #12F8DC

Color information

#12F8DC (or 0x12F8DC) is unknown color: approx Bright Turquoise. HEX triplet: 12, F8 and DC. RGB value is (18,248,220). Sum of RGB (Red+Green+Blue) = 18+248+220=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #12F8DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F8DC is #ED0723. Grayscale: #AFAFAF. Windows color (decimal): -15533860 or 14481426. OLE color: 14481426.

HSL color Cylindrical-coordinate representation of color #12F8DC: hue angle of 172.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F8DC is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB18248220-
CMYK0.9300.110.03
HSL172.7º94.26%52.16%-
HSV(B)172.7º92.74%97.25%-
XYZ46.7472.4379.23-
YUV176.04152.815.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.70%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=3.70%
G=51.03%
B=45.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182482200.9300.110.03172.794.2652.16
Hex12F8DC5D0B3ad5e34
Octal22370334135013325513664
Binary10010111110001101110010111010101111101011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,248,220); }

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

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

 a { background-color: rgb(18,248,220); }

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

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

 span { border-color: rgb(18,248,220); }

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