Html Css Color HEX #13ECDB Bright Turquoise

📋 copy color: '#13ECDB'

red 19 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #13ECDB

Tints of Bright Turquoise #13ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 4.01%
G = 49.79%
B = 46.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#13ECDB (or 0x13ECDB) is known color: Bright Turquoise. HEX triplet: 13, EC and DB. RGB value is (19,236,219). Sum of RGB (Red+Green+Blue) = 19+236+219=474 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.01% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECDB is #EC1324. Grayscale: #A9A9A9. Windows color (decimal): -15471397 or 14412819. OLE color: 14412819.

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

Color convert

RGB 19 236 219 -
CMYK 0.92 0 0.07 0.07
HSL 175.3º 0.85% 0.5% -
HSV(B) 175.3º 0.92% 0.93% -
XYZ 43.05 65.24 77.34 -
YUV 169.18 156.11 20.88 -
System Red Green Blue C M Y K H S L
Decimal 19 236 219 0.92 0 0.07 0.07 175.3 0.85 0.5
Hex 13 EC DB 5C 0 7 7 AF 55 32
Octal 23 354 333 134 0 7 7 257 125 62
Binary 10011 11101100 11011011 1011100 0 111 111 10101111 1010101 110010

Color Harmonies of #13ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ECDB

Black with #13ECDB

Text Example


Text Example

White with #13ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,236,219); }

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

background-color css

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

 a { background-color: rgb(19,236,219); }

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

border-color css

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

 span { border-color: rgb(19,236,219); }

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