Html Css Color HEX #13DCD6 Bright Turquoise

📋 copy color: '#13DCD6'

red 19 ◦ green 220 ◦ blue 214

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

Shades of Bright Turquoise #13DCD6

Tints of Bright Turquoise #13DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 4.19%
G = 48.57%
B = 47.24%

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

#13DCD6 (or 0x13DCD6) is known color: Bright Turquoise. HEX triplet: 13, DC and D6. RGB value is (19,220,214). Sum of RGB (Red+Green+Blue) = 19+220+214=453 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCD6 is #EC2329. Grayscale: #9F9F9F. Windows color (decimal): -15475498 or 14081043. OLE color: 14081043.

HSL color Cylindrical-coordinate representation of color #13DCD6: hue angle of 178.21º 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 #13DCD6 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 214 -
CMYK 0.91 0 0.03 0.14
HSL 178.21º 0.84% 0.47% -
HSV(B) 178.21º 0.91% 0.86% -
XYZ 38 56.18 72.46 -
YUV 159.22 158.91 27.99 -
System Red Green Blue C M Y K H S L
Decimal 19 220 214 0.91 0 0.03 0.14 178.21 0.84 0.47
Hex 13 DC D6 5B 0 3 E B2 54 2F
Octal 23 334 326 133 0 3 16 262 124 57
Binary 10011 11011100 11010110 1011011 0 11 1110 10110010 1010100 101111

Color Harmonies of #13DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCD6

Black with #13DCD6

Text Example


Text Example

White with #13DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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