#12F6DF

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

Shades of Bright Turquoise #12F6DF

Tints of Bright Turquoise #12F6DF

Color information

#12F6DF (or 0x12F6DF) is unknown color: approx Bright Turquoise. HEX triplet: 12, F6 and DF. RGB value is (18,246,223). Sum of RGB (Red+Green+Blue) = 18+246+223=487 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #12F6DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F6DF is #ED0920. Grayscale: #AFAFAF. Windows color (decimal): -15534369 or 14677522. OLE color: 14677522.

HSL color Cylindrical-coordinate representation of color #12F6DF: hue angle of 173.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F6DF is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB18246223-
CMYK0.9300.090.04
HSL173.95º92.68%51.76%-
HSV(B)173.95º92.68%96.47%-
XYZ46.5271.3781.14-
YUV175.21154.9615.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.70%
GREEN value IS 246 (96.48% from 255) = 50.51%
BLUE value IS 223 (87.5% from 255) = 45.79%
R=3.70%
G=50.51%
B=45.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182462230.9300.090.04173.9592.6851.76
Hex12F6DF5D094ae5d34
Octal22366337135011425613564
Binary100101111011011011111101110101001100101011101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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