Html Css Color HEX #13C2DD Dark Turquoise

📋 copy color: '#13C2DD'

red 19 ◦ green 194 ◦ blue 221

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

Shades of Dark Turquoise #13C2DD

Tints of Dark Turquoise #13C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 4.38%
G = 44.7%
B = 50.92%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13C2DD (or 0x13C2DD) is known color: Dark Turquoise. HEX triplet: 13, C2 and DD. RGB value is (19,194,221). Sum of RGB (Red+Green+Blue) = 19+194+221=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #13C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2DD is #EC3D22. Grayscale: #909090. Windows color (decimal): -15482147 or 14533139. OLE color: 14533139.

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

Color convert

RGB 19 194 221 -
CMYK 0.91 0.12 0 0.13
HSL 188.02º 0.84% 0.47% -
HSV(B) 188.02º 0.91% 0.87% -
XYZ 32.61 43.94 75.17 -
YUV 144.75 171.02 38.3 -
System Red Green Blue C M Y K H S L
Decimal 19 194 221 0.91 0.12 0 0.13 188.02 0.84 0.47
Hex 13 C2 DD 5B C 0 D BC 54 2F
Octal 23 302 335 133 14 0 15 274 124 57
Binary 10011 11000010 11011101 1011011 1100 0 1101 10111100 1010100 101111

Color Harmonies of #13C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2DD

Black with #13C2DD

Text Example


Text Example

White with #13C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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