#13EDF2

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

Shades of Bright Turquoise #13EDF2

Tints of Bright Turquoise #13EDF2

Color information

#13EDF2 (or 0x13EDF2) is unknown color: approx Bright Turquoise. HEX triplet: 13, ED and F2. RGB value is (19,237,242). Sum of RGB (Red+Green+Blue) = 19+237+242=498 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.82% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #13EDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EDF2 is #EC120D. Grayscale: #ACACAC. Windows color (decimal): -15471118 or 15920403. OLE color: 15920403.

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

Color convert

RGB19237242-
CMYK0.920.0200.05
HSL181.35º89.56%51.18%-
HSV(B)181.35º92.15%94.9%-
XYZ46.5867.1294.5-
YUV172.39167.2818.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.82%
GREEN value IS 237 (92.97% from 255) = 47.59%
BLUE value IS 242 (94.92% from 255) = 48.59%
R=3.82%
G=47.59%
B=48.59%

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
Decimal192372420.920.0200.05181.3589.5651.18
Hex13EDF25C205b55a33
Octal2335536213420526513263
Binary1001111101101111100101011100100101101101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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