#13EFF1

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

Shades of Bright Turquoise #13EFF1

Tints of Bright Turquoise #13EFF1

Color information

#13EFF1 (or 0x13EFF1) is unknown color: approx Bright Turquoise. HEX triplet: 13, EF and F1. RGB value is (19,239,241). Sum of RGB (Red+Green+Blue) = 19+239+241=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #13EFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EFF1 is #EC100E. Grayscale: #ADADAD. Windows color (decimal): -15470607 or 15855379. OLE color: 15855379.

HSL color Cylindrical-coordinate representation of color #13EFF1: hue angle of 180.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EFF1 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19239241-
CMYK0.920.0100.05
HSL180.54º88.8%50.98%-
HSV(B)180.54º92.12%94.51%-
XYZ47.0168.2293.91-
YUV173.45166.1117.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.81%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=3.81%
G=47.90%
B=48.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192392410.920.0100.05180.5488.850.98
Hex13EFF15C105b55933
Octal2335736113410526513163
Binary100111110111111110001101110010101101101011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,239,241); }

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

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

 a { background-color: rgb(19,239,241); }

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

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

 span { border-color: rgb(19,239,241); }

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