Html Css Color HEX #13CDD5 Dark Turquoise

📋 copy color: '#13CDD5'

red 19 ◦ green 205 ◦ blue 213

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

Shades of Dark Turquoise #13CDD5

Tints of Dark Turquoise #13CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.91%

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

R = 4.35%
G = 46.91%
B = 48.74%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13CDD5 (or 0x13CDD5) is known color: Dark Turquoise. HEX triplet: 13, CD and D5. RGB value is (19,205,213). Sum of RGB (Red+Green+Blue) = 19+205+213=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #13CDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CDD5 is #EC322A. Grayscale: #969696. Windows color (decimal): -15479339 or 14011667. OLE color: 14011667.

HSL color Cylindrical-coordinate representation of color #13CDD5: hue angle of 182.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CDD5 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 205 213 -
CMYK 0.91 0.04 0 0.16
HSL 182.47º 0.84% 0.45% -
HSV(B) 182.47º 0.91% 0.84% -
XYZ 34.11 48.61 70.53 -
YUV 150.3 163.38 34.35 -
System Red Green Blue C M Y K H S L
Decimal 19 205 213 0.91 0.04 0 0.16 182.47 0.84 0.45
Hex 13 CD D5 5B 4 0 10 B6 54 2D
Octal 23 315 325 133 4 0 20 266 124 55
Binary 10011 11001101 11010101 1011011 100 0 10000 10110110 1010100 101101

Color Harmonies of #13CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CDD5

Black with #13CDD5

Text Example


Text Example

White with #13CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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