Html Css Color HEX #13E9DB Bright Turquoise

📋 copy color: '#13E9DB'

red 19 ◦ green 233 ◦ blue 219

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

Shades of Bright Turquoise #13E9DB

Tints of Bright Turquoise #13E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.47%

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

R = 4.03%
G = 49.47%
B = 46.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#13E9DB (or 0x13E9DB) is known color: Bright Turquoise. HEX triplet: 13, E9 and DB. RGB value is (19,233,219). Sum of RGB (Red+Green+Blue) = 19+233+219=471 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.03% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #13E9DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13E9DB is #EC1624. Grayscale: #A7A7A7. Windows color (decimal): -15472165 or 14412051. OLE color: 14412051.

HSL color Cylindrical-coordinate representation of color #13E9DB: hue angle of 176.07º 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 #13E9DB is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 233 219 -
CMYK 0.92 0 0.06 0.09
HSL 176.07º 0.85% 0.49% -
HSV(B) 176.07º 0.92% 0.91% -
XYZ 42.19 63.53 77.06 -
YUV 167.42 157.1 22.14 -
System Red Green Blue C M Y K H S L
Decimal 19 233 219 0.92 0 0.06 0.09 176.07 0.85 0.49
Hex 13 E9 DB 5C 0 6 9 B0 55 31
Octal 23 351 333 134 0 6 11 260 125 61
Binary 10011 11101001 11011011 1011100 0 110 1001 10110000 1010101 110001

Color Harmonies of #13E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E9DB

Black with #13E9DB

Text Example


Text Example

White with #13E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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