Html Css Color HEX #13EBDB Bright Turquoise

📋 copy color: '#13EBDB'

red 19 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #13EBDB

Tints of Bright Turquoise #13EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

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

R = 4.02%
G = 49.68%
B = 46.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#13EBDB (or 0x13EBDB) is known color: Bright Turquoise. HEX triplet: 13, EB and DB. RGB value is (19,235,219). Sum of RGB (Red+Green+Blue) = 19+235+219=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #13EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EBDB is #EC1424. Grayscale: #A8A8A8. Windows color (decimal): -15471653 or 14412563. OLE color: 14412563.

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

Color convert

RGB 19 235 219 -
CMYK 0.92 0 0.07 0.08
HSL 175.56º 0.85% 0.5% -
HSV(B) 175.56º 0.92% 0.92% -
XYZ 42.76 64.67 77.25 -
YUV 168.59 156.44 21.3 -
System Red Green Blue C M Y K H S L
Decimal 19 235 219 0.92 0 0.07 0.08 175.56 0.85 0.5
Hex 13 EB DB 5C 0 7 8 B0 55 32
Octal 23 353 333 134 0 7 10 260 125 62
Binary 10011 11101011 11011011 1011100 0 111 1000 10110000 1010101 110010

Color Harmonies of #13EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EBDB

Black with #13EBDB

Text Example


Text Example

White with #13EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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