#13E8DE

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

Shades of Bright Turquoise #13E8DE

Tints of Bright Turquoise #13E8DE

Color information

#13E8DE (or 0x13E8DE) is unknown color: approx Bright Turquoise. HEX triplet: 13, E8 and DE. RGB value is (19,232,222). Sum of RGB (Red+Green+Blue) = 19+232+222=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #13E8DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13E8DE is #EC1721. Grayscale: #A7A7A7. Windows color (decimal): -15472418 or 14608403. OLE color: 14608403.

HSL color Cylindrical-coordinate representation of color #13E8DE: hue angle of 177.18º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E8DE is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB19232222-
CMYK0.9200.040.09
HSL177.18º84.86%49.22%-
HSV(B)177.18º91.81%90.98%-
XYZ42.3163.1379.06-
YUV167.17158.9322.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.02%
GREEN value IS 232 (91.02% from 255) = 49.05%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=4.02%
G=49.05%
B=46.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192322220.9200.040.09177.1884.8649.22
Hex13E8DE5C049b15531
Octal23350336134041126112561
Binary100111110100011011110101110001001001101100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,232,222); }

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

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

 a { background-color: rgb(19,232,222); }

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

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

 span { border-color: rgb(19,232,222); }

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