#13ECF2

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

Shades of Bright Turquoise #13ECF2

Tints of Bright Turquoise #13ECF2

Color information

#13ECF2 (or 0x13ECF2) is unknown color: approx Bright Turquoise. HEX triplet: 13, EC and F2. RGB value is (19,236,242). Sum of RGB (Red+Green+Blue) = 19+236+242=497 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.82% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #13ECF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECF2 is #EC130D. Grayscale: #ABABAB. Windows color (decimal): -15471374 or 15920147. OLE color: 15920147.

HSL color Cylindrical-coordinate representation of color #13ECF2: hue angle of 181.61º degrees, saturation: 0.9, 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 #13ECF2 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19236242-
CMYK0.920.0200.05
HSL181.61º89.56%51.18%-
HSV(B)181.61º92.15%94.9%-
XYZ46.2966.5494.41-
YUV171.8167.6119.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.82%
GREEN value IS 236 (92.58% from 255) = 47.48%
BLUE value IS 242 (94.92% from 255) = 48.69%
R=3.82%
G=47.48%
B=48.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192362420.920.0200.05181.6189.5651.18
Hex13ECF25C205b65a33
Octal2335436213420526613263
Binary1001111101100111100101011100100101101101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13ECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,236,242); }

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

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

 a { background-color: rgb(19,236,242); }

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

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

 span { border-color: rgb(19,236,242); }

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