#12DCF8

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

Shades of Bright Turquoise #12DCF8

Tints of Bright Turquoise #12DCF8

Color information

#12DCF8 (or 0x12DCF8) is unknown color: approx Bright Turquoise. HEX triplet: 12, DC and F8. RGB value is (18,220,248). Sum of RGB (Red+Green+Blue) = 18+220+248=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #12DCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCF8 is #ED2307. Grayscale: #A2A2A2. Windows color (decimal): -15541000 or 16309266. OLE color: 16309266.

HSL color Cylindrical-coordinate representation of color #12DCF8: hue angle of 187.3º 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 #12DCF8 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18220248-
CMYK0.930.1100.03
HSL187.3º94.26%52.16%-
HSV(B)187.3º92.74%97.25%-
XYZ42.7958.0997.76-
YUV162.79176.0824.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182202480.930.1100.03187.394.2652.16
Hex12DCF85DB03bb5e34
Octal22334370135130327313664
Binary10010110111001111100010111011011011101110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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