#13e3c8

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

Shades of Bright Turquoise #13E3C8

Tints of Bright Turquoise #13E3C8

Color information

#13E3C8 (or 0x13E3C8) is unknown color: approx Bright Turquoise. HEX triplet: 13, E3 and C8. RGB value is (19,227,200). Sum of RGB (Red+Green+Blue) = 19+227+200=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #13E3C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E3C8 is #EC1C37. Grayscale: #A1A1A1. Windows color (decimal): -15473720 or 13165331. OLE color: 13165331.

HSL color Cylindrical-coordinate representation of color #13E3C8: hue angle of 172.21º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E3C8 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB19227200-
CMYK0.9200.120.11
HSL172.21º84.55%48.24%-
HSV(B)172.21º91.63%89.02%-
XYZ38.1659.2564.07-
YUV161.73149.5926.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.26%
GREEN value IS 227 (89.06% from 255) = 50.90%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=4.26%
G=50.90%
B=44.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192272000.9200.120.11172.2184.5548.24
Hex13E3C85C0CBac5530
Octal233433101340141325412560
Binary1001111100011110010001011100011001011101011001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13e3c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,227,200); }

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

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

 a { background-color: rgb(19,227,200); }

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

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

 span { border-color: rgb(19,227,200); }

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