#13EECA

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

Shades of Bright Turquoise #13EECA

Tints of Bright Turquoise #13EECA

Color information

#13EECA (or 0x13EECA) is unknown color: approx Bright Turquoise. HEX triplet: 13, EE and CA. RGB value is (19,238,202). Sum of RGB (Red+Green+Blue) = 19+238+202=459 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.14% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #13EECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EECA is #EC1135. Grayscale: #A8A8A8. Windows color (decimal): -15470902 or 13299219. OLE color: 13299219.

HSL color Cylindrical-coordinate representation of color #13EECA: hue angle of 170.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EECA is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB19238202-
CMYK0.9200.150.07
HSL170.14º86.56%50.39%-
HSV(B)170.14º92.02%93.33%-
XYZ41.565.5566.34-
YUV168.42146.9521.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.14%
GREEN value IS 238 (93.36% from 255) = 51.85%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=4.14%
G=51.85%
B=44.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192382020.9200.150.07170.1486.5650.39
Hex13EECA5C0F7aa5732
Octal23356312134017725212762
Binary100111110111011001010101110001111111101010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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