Html Css Color HEX #13D8D5 Bright Turquoise

📋 copy color: '#13D8D5'

red 19 ◦ green 216 ◦ blue 213

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

Shades of Bright Turquoise #13D8D5

Tints of Bright Turquoise #13D8D5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.21%

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 4.24%
G = 48.21%
B = 47.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#13D8D5 (or 0x13D8D5) is known color: Bright Turquoise. HEX triplet: 13, D8 and D5. RGB value is (19,216,213). Sum of RGB (Red+Green+Blue) = 19+216+213=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #13D8D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D8D5 is #EC272A. Grayscale: #9C9C9C. Windows color (decimal): -15476523 or 14014483. OLE color: 14014483.

HSL color Cylindrical-coordinate representation of color #13D8D5: hue angle of 179.09º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D8D5 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 216 213 -
CMYK 0.91 0 0.01 0.15
HSL 179.09º 0.84% 0.46% -
HSV(B) 179.09º 0.91% 0.85% -
XYZ 36.83 54.05 71.44 -
YUV 156.76 159.73 29.74 -
System Red Green Blue C M Y K H S L
Decimal 19 216 213 0.91 0 0.01 0.15 179.09 0.84 0.46
Hex 13 D8 D5 5B 0 1 F B3 54 2E
Octal 23 330 325 133 0 1 17 263 124 56
Binary 10011 11011000 11010101 1011011 0 1 1111 10110011 1010100 101110

Color Harmonies of #13D8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D8D5

Black with #13D8D5

Text Example


Text Example

White with #13D8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,216,213); }

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

background-color css

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

 a { background-color: rgb(19,216,213); }

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

border-color css

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

 span { border-color: rgb(19,216,213); }

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