Html Css Color HEX #13D3CF Dark Turquoise

📋 copy color: '#13D3CF'

red 19 ◦ green 211 ◦ blue 207

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

Shades of Dark Turquoise #13D3CF

Tints of Dark Turquoise #13D3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.28%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 4.35%
G = 48.28%
B = 47.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#13D3CF (or 0x13D3CF) is known color: Dark Turquoise. HEX triplet: 13, D3 and CF. RGB value is (19,211,207). Sum of RGB (Red+Green+Blue) = 19+211+207=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #13D3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D3CF is #EC2C30. Grayscale: #989898. Windows color (decimal): -15477809 or 13619987. OLE color: 13619987.

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

Color convert

RGB 19 211 207 -
CMYK 0.91 0 0.02 0.17
HSL 178.75º 0.83% 0.45% -
HSV(B) 178.75º 0.91% 0.83% -
XYZ 34.83 51.23 67.08 -
YUV 153.14 158.39 32.33 -
System Red Green Blue C M Y K H S L
Decimal 19 211 207 0.91 0 0.02 0.17 178.75 0.83 0.45
Hex 13 D3 CF 5B 0 2 11 B3 53 2D
Octal 23 323 317 133 0 2 21 263 123 55
Binary 10011 11010011 11001111 1011011 0 10 10001 10110011 1010011 101101

Color Harmonies of #13D3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D3CF

Black with #13D3CF

Text Example


Text Example

White with #13D3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,211,207); }

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

background-color css

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

 a { background-color: rgb(19,211,207); }

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

border-color css

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

 span { border-color: rgb(19,211,207); }

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