Html Css Color HEX #13CDD7 Dark Turquoise

📋 copy color: '#13CDD7'

red 19 ◦ green 205 ◦ blue 215

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

Shades of Dark Turquoise #13CDD7

Tints of Dark Turquoise #13CDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.97%

R = 4.33%
G = 46.7%
B = 48.97%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13CDD7 (or 0x13CDD7) is known color: Dark Turquoise. HEX triplet: 13, CD and D7. RGB value is (19,205,215). Sum of RGB (Red+Green+Blue) = 19+205+215=439 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.33% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #13CDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CDD7 is #EC3228. Grayscale: #969696. Windows color (decimal): -15479337 or 14142739. OLE color: 14142739.

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

Color convert

RGB 19 205 215 -
CMYK 0.91 0.05 0 0.16
HSL 183.06º 0.84% 0.46% -
HSV(B) 183.06º 0.91% 0.84% -
XYZ 34.37 48.71 71.88 -
YUV 150.53 164.38 34.19 -
System Red Green Blue C M Y K H S L
Decimal 19 205 215 0.91 0.05 0 0.16 183.06 0.84 0.46
Hex 13 CD D7 5B 5 0 10 B7 54 2E
Octal 23 315 327 133 5 0 20 267 124 56
Binary 10011 11001101 11010111 1011011 101 0 10000 10110111 1010100 101110

Color Harmonies of #13CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CDD7

Black with #13CDD7

Text Example


Text Example

White with #13CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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