Html Css Color HEX #13EDC1 Bright Turquoise

📋 copy color: '#13EDC1'

red 19 ◦ green 237 ◦ blue 193

#13EDC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #13EDC1

Tints of Bright Turquoise #13EDC1

RGB

 RED value IS 19 (7.81% from 255) = 4.23%

 GREEN value IS 237 (92.97% from 255) = 52.78%

 BLUE value IS 193 (75.78% from 255) = 42.98%

R = 4.23%
G = 52.78%
B = 42.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#13EDC1 (or 0x13EDC1) is known color: Bright Turquoise. HEX triplet: 13, ED and C1. RGB value is (19,237,193). Sum of RGB (Red+Green+Blue) = 19+237+193=449 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.23% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #13EDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EDC1 is #EC123E. Grayscale: #A6A6A6. Windows color (decimal): -15471167 or 12709139. OLE color: 12709139.

HSL color Cylindrical-coordinate representation of color #13EDC1: hue angle of 167.89º degrees, saturation: 0.86, 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 #13EDC1 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 237 193 -
CMYK 0.92 0 0.19 0.07
HSL 167.89º 0.86% 0.5% -
HSV(B) 167.89º 0.92% 0.93% -
XYZ 40.18 64.56 60.8 -
YUV 166.8 142.78 22.58 -
System Red Green Blue C M Y K H S L
Decimal 19 237 193 0.92 0 0.19 0.07 167.89 0.86 0.5
Hex 13 ED C1 5C 0 13 7 A8 56 32
Octal 23 355 301 134 0 23 7 250 126 62
Binary 10011 11101101 11000001 1011100 0 10011 111 10101000 1010110 110010

Color Harmonies of #13EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EDC1

Black with #13EDC1

Text Example


Text Example

White with #13EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13EDC1;
 }
 .AnyTagClassName
 {
   color: #13EDC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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