Html Css Color HEX #13DCD5 Bright Turquoise

📋 copy color: '#13DCD5'

red 19 ◦ green 220 ◦ blue 213

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

Shades of Bright Turquoise #13DCD5

Tints of Bright Turquoise #13DCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.67%

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

R = 4.2%
G = 48.67%
B = 47.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#13DCD5 (or 0x13DCD5) is known color: Bright Turquoise. HEX triplet: 13, DC and D5. RGB value is (19,220,213). Sum of RGB (Red+Green+Blue) = 19+220+213=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCD5 is #EC232A. Grayscale: #9E9E9E. Windows color (decimal): -15475499 or 14015507. OLE color: 14015507.

HSL color Cylindrical-coordinate representation of color #13DCD5: hue angle of 177.91º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DCD5 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 213 -
CMYK 0.91 0 0.03 0.14
HSL 177.91º 0.84% 0.47% -
HSV(B) 177.91º 0.91% 0.86% -
XYZ 37.87 56.13 71.79 -
YUV 159.1 158.41 28.07 -
System Red Green Blue C M Y K H S L
Decimal 19 220 213 0.91 0 0.03 0.14 177.91 0.84 0.47
Hex 13 DC D5 5B 0 3 E B2 54 2F
Octal 23 334 325 133 0 3 16 262 124 57
Binary 10011 11011100 11010101 1011011 0 11 1110 10110010 1010100 101111

Color Harmonies of #13DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCD5

Black with #13DCD5

Text Example


Text Example

White with #13DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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