#13FEE4

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

Shades of Bright Turquoise #13FEE4

Tints of Bright Turquoise #13FEE4

Color information

#13FEE4 (or 0x13FEE4) is unknown color: approx Bright Turquoise. HEX triplet: 13, FE and E4. RGB value is (19,254,228). Sum of RGB (Red+Green+Blue) = 19+254+228=501 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.79% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #13FEE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FEE4 is #EC011B. Grayscale: #B4B4B4. Windows color (decimal): -15466780 or 15007251. OLE color: 15007251.

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

Color convert

RGB19254228-
CMYK0.9300.100.00
HSL173.36º99.16%53.53%-
HSV(B)173.36º92.52%99.61%-
XYZ49.7176.6285.57-
YUV180.77154.6412.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.79%
GREEN value IS 254 (99.61% from 255) = 50.70%
BLUE value IS 228 (89.45% from 255) = 45.51%
R=3.79%
G=50.70%
B=45.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192542280.9300.100.00173.3699.1653.53
Hex13FEE45D0A0ad6336
Octal23376344135012025514366
Binary1001111111110111001001011101010100101011011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,254,228); }

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

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

 a { background-color: rgb(19,254,228); }

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

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

 span { border-color: rgb(19,254,228); }

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