#13F2ED

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

Shades of Bright Turquoise #13F2ED

Tints of Bright Turquoise #13F2ED

Color information

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

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

Color convert

RGB19242237-
CMYK0.9200.020.05
HSL178.65º89.56%51.18%-
HSV(B)178.65º92.15%94.9%-
XYZ47.3169.7691.09-
YUV174.75163.1216.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192422370.9200.020.05178.6589.5651.18
Hex13F2ED5C025b35a33
Octal2336235513402526313263
Binary1001111110010111011011011100010101101100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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