Html Css Color HEX #13C6DD Dark Turquoise

📋 copy color: '#13C6DD'

red 19 ◦ green 198 ◦ blue 221

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

Shades of Dark Turquoise #13C6DD

Tints of Dark Turquoise #13C6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 4.34%
G = 45.21%
B = 50.46%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13C6DD (or 0x13C6DD) is known color: Dark Turquoise. HEX triplet: 13, C6 and DD. RGB value is (19,198,221). Sum of RGB (Red+Green+Blue) = 19+198+221=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #13C6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C6DD is #EC3922. Grayscale: #929292. Windows color (decimal): -15481123 or 14534163. OLE color: 14534163.

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

Color convert

RGB 19 198 221 -
CMYK 0.91 0.10 0 0.13
HSL 186.83º 0.84% 0.47% -
HSV(B) 186.83º 0.91% 0.87% -
XYZ 33.51 45.75 75.47 -
YUV 147.1 169.7 36.63 -
System Red Green Blue C M Y K H S L
Decimal 19 198 221 0.91 0.10 0 0.13 186.83 0.84 0.47
Hex 13 C6 DD 5B A 0 D BB 54 2F
Octal 23 306 335 133 12 0 15 273 124 57
Binary 10011 11000110 11011101 1011011 1010 0 1101 10111011 1010100 101111

Color Harmonies of #13C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C6DD

Black with #13C6DD

Text Example


Text Example

White with #13C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,198,221); }

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

background-color css

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

 a { background-color: rgb(19,198,221); }

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

border-color css

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

 span { border-color: rgb(19,198,221); }

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