#13F8C3

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

Shades of Bright Turquoise #13F8C3

Tints of Bright Turquoise #13F8C3

Color information

#13F8C3 (or 0x13F8C3) is unknown color: approx Bright Turquoise. HEX triplet: 13, F8 and C3. RGB value is (19,248,195). Sum of RGB (Red+Green+Blue) = 19+248+195=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #13F8C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F8C3 is #EC073C. Grayscale: #ADADAD. Windows color (decimal): -15468349 or 12843027. OLE color: 12843027.

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

Color convert

RGB19248195-
CMYK0.9200.210.03
HSL166.11º94.24%52.35%-
HSV(B)166.11º92.34%97.25%-
XYZ43.6971.2163.07-
YUV173.49140.1317.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.11%
GREEN value IS 248 (97.27% from 255) = 53.68%
BLUE value IS 195 (76.56% from 255) = 42.21%
R=4.11%
G=53.68%
B=42.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192481950.9200.210.03166.1194.2452.35
Hex13F8C35C0153a65e34
Octal23370303134025324613664
Binary100111111100011000011101110001010111101001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13F8C3; }

 p { color: rgb(19,248,195); }

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

<style>
 a { background-color: #13F8C3; }

 a { background-color: rgb(19,248,195); }

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

<style>
 span { border-color: #13F8C3; }

 span { border-color: rgb(19,248,195); }

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