#13FFE1

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

Shades of Bright Turquoise #13FFE1

Tints of Bright Turquoise #13FFE1

Color information

#13FFE1 (or 0x13FFE1) is unknown color: approx Bright Turquoise. HEX triplet: 13, FF and E1. RGB value is (19,255,225). Sum of RGB (Red+Green+Blue) = 19+255+225=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFE1 is #EC001E. Grayscale: #B4B4B4. Windows color (decimal): -15466527 or 14810899. OLE color: 14810899.

HSL color Cylindrical-coordinate representation of color #13FFE1: hue angle of 172.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFE1 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB19255225-
CMYK0.9300.120
HSL172.37º100%53.73%-
HSV(B)172.37º92.55%100%-
XYZ49.6277.0983.5-
YUV181.02152.8112.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.81%
GREEN value IS 255 (100% from 255) = 51.10%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=3.81%
G=51.10%
B=45.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192552250.9300.120172.3710053.73
Hex13FFE15D0C0ac6436
Octal23377341135014025414466
Binary1001111111111111000011011101011000101011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,255,225); }

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

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

 a { background-color: rgb(19,255,225); }

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

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

 span { border-color: rgb(19,255,225); }

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