#12DFF6

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

Shades of Bright Turquoise #12DFF6

Tints of Bright Turquoise #12DFF6

Color information

#12DFF6 (or 0x12DFF6) is unknown color: approx Bright Turquoise. HEX triplet: 12, DF and F6. RGB value is (18,223,246). Sum of RGB (Red+Green+Blue) = 18+223+246=487 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #12DFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DFF6 is #ED2009. Grayscale: #A4A4A4. Windows color (decimal): -15540234 or 16178962. OLE color: 16178962.

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

Color convert

RGB18223246-
CMYK0.930.0900.04
HSL186.05º92.68%51.76%-
HSV(B)186.05º92.68%96.47%-
XYZ43.2759.5696.4-
YUV164.33174.0823.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182232460.930.0900.04186.0592.6851.76
Hex12DFF65D904ba5d34
Octal22337366135110427213564
Binary100101101111111110110101110110010100101110101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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