#13E7C4

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

Shades of Bright Turquoise #13E7C4

Tints of Bright Turquoise #13E7C4

Color information

#13E7C4 (or 0x13E7C4) is unknown color: approx Bright Turquoise. HEX triplet: 13, E7 and C4. RGB value is (19,231,196). Sum of RGB (Red+Green+Blue) = 19+231+196=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #13E7C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13E7C4 is #EC183B. Grayscale: #A3A3A3. Windows color (decimal): -15472700 or 12904211. OLE color: 12904211.

HSL color Cylindrical-coordinate representation of color #13E7C4: hue angle of 170.09º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E7C4 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB19231196-
CMYK0.9200.150.09
HSL170.09º84.8%49.02%-
HSV(B)170.09º91.77%90.59%-
XYZ38.8161.2862.01-
YUV163.62146.2624.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.26%
GREEN value IS 231 (90.62% from 255) = 51.79%
BLUE value IS 196 (76.95% from 255) = 43.95%
R=4.26%
G=51.79%
B=43.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192311960.9200.150.09170.0984.849.02
Hex13E7C45C0F9aa5531
Octal233473041340171125212561
Binary1001111100111110001001011100011111001101010101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,231,196); }

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

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

 a { background-color: rgb(19,231,196); }

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

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

 span { border-color: rgb(19,231,196); }

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