#13E0F8

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

Shades of Bright Turquoise #13E0F8

Tints of Bright Turquoise #13E0F8

Color information

#13E0F8 (or 0x13E0F8) is unknown color: approx Bright Turquoise. HEX triplet: 13, E0 and F8. RGB value is (19,224,248). Sum of RGB (Red+Green+Blue) = 19+224+248=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #13E0F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E0F8 is #EC1F07. Grayscale: #A5A5A5. Windows color (decimal): -15474440 or 16310291. OLE color: 16310291.

HSL color Cylindrical-coordinate representation of color #13E0F8: hue angle of 186.29º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E0F8 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19224248-
CMYK0.920.1000.03
HSL186.29º94.24%52.35%-
HSV(B)186.29º92.34%97.25%-
XYZ43.8760.2398.12-
YUV165.44174.5823.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.87%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 248 (97.27% from 255) = 50.51%
R=3.87%
G=45.62%
B=50.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192242480.920.1000.03186.2994.2452.35
Hex13E0F85CA03ba5e34
Octal23340370134120327213664
Binary10011111000001111100010111001010011101110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,224,248); }

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

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

 a { background-color: rgb(19,224,248); }

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

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

 span { border-color: rgb(19,224,248); }

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