#13F2EE

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

Shades of Bright Turquoise #13F2EE

Tints of Bright Turquoise #13F2EE

Color information

#13F2EE (or 0x13F2EE) is unknown color: approx Bright Turquoise. HEX triplet: 13, F2 and EE. RGB value is (19,242,238). Sum of RGB (Red+Green+Blue) = 19+242+238=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F2EE is #EC0D11. Grayscale: #AEAEAE. Windows color (decimal): -15469842 or 15659539. OLE color: 15659539.

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

Color convert

RGB19242238-
CMYK0.9200.020.05
HSL178.92º89.56%51.18%-
HSV(B)178.92º92.15%94.9%-
XYZ47.4569.8291.86-
YUV174.87163.6216.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.81%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=3.81%
G=48.50%
B=47.70%

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
Decimal192422380.9200.020.05178.9289.5651.18
Hex13F2EE5C025b35a33
Octal2336235613402526313263
Binary1001111110010111011101011100010101101100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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