#13E1E8

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

Shades of Bright Turquoise #13E1E8

Tints of Bright Turquoise #13E1E8

Color information

#13E1E8 (or 0x13E1E8) is unknown color: approx Bright Turquoise. HEX triplet: 13, E1 and E8. RGB value is (19,225,232). Sum of RGB (Red+Green+Blue) = 19+225+232=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #13E1E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E1E8 is #EC1E17. Grayscale: #A3A3A3. Windows color (decimal): -15474200 or 15261971. OLE color: 15261971.

HSL color Cylindrical-coordinate representation of color #13E1E8: hue angle of 181.97º 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 #13E1E8 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19225232-
CMYK0.920.0300.09
HSL181.97º84.86%49.22%-
HSV(B)181.97º91.81%90.98%-
XYZ41.7659.8285.69-
YUV164.2166.2524.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.99%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 232 (91.02% from 255) = 48.74%
R=3.99%
G=47.27%
B=48.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192252320.920.0300.09181.9784.8649.22
Hex13E1E85C309b65531
Octal23341350134301126612561
Binary10011111000011110100010111001101001101101101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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