#12F3CA

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

Shades of Bright Turquoise #12F3CA

Tints of Bright Turquoise #12F3CA

Color information

#12F3CA (or 0x12F3CA) is unknown color: approx Bright Turquoise. HEX triplet: 12, F3 and CA. RGB value is (18,243,202). Sum of RGB (Red+Green+Blue) = 18+243+202=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #12F3CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F3CA is #ED0C35. Grayscale: #AAAAAA. Windows color (decimal): -15535158 or 13300498. OLE color: 13300498.

HSL color Cylindrical-coordinate representation of color #12F3CA: hue angle of 169.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F3CA is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB18243202-
CMYK0.9300.170.05
HSL169.07º90.36%51.18%-
HSV(B)169.07º92.59%95.29%-
XYZ42.9668.4966.83-
YUV171.05145.4618.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.89%
GREEN value IS 243 (95.31% from 255) = 52.48%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=3.89%
G=52.48%
B=43.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182432020.9300.170.05169.0790.3651.18
Hex12F3CA5D0115a95a33
Octal22363312135021525113263
Binary1001011110011110010101011101010001101101010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,243,202); }

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

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

 a { background-color: rgb(18,243,202); }

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

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

 span { border-color: rgb(18,243,202); }

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