Html Css Color HEX #13D2CE Dark Turquoise

📋 copy color: '#13D2CE'

red 19 ◦ green 210 ◦ blue 206

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

Shades of Dark Turquoise #13D2CE

Tints of Dark Turquoise #13D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.28%

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 4.37%
G = 48.28%
B = 47.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#13D2CE (or 0x13D2CE) is known color: Dark Turquoise. HEX triplet: 13, D2 and CE. RGB value is (19,210,206). Sum of RGB (Red+Green+Blue) = 19+210+206=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #13D2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D2CE is #EC2D31. Grayscale: #989898. Windows color (decimal): -15478066 or 13554195. OLE color: 13554195.

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

Color convert

RGB 19 210 206 -
CMYK 0.91 0 0.02 0.18
HSL 178.74º 0.83% 0.45% -
HSV(B) 178.74º 0.91% 0.82% -
XYZ 34.46 50.69 66.36 -
YUV 152.44 158.22 32.83 -
System Red Green Blue C M Y K H S L
Decimal 19 210 206 0.91 0 0.02 0.18 178.74 0.83 0.45
Hex 13 D2 CE 5B 0 2 12 B3 53 2D
Octal 23 322 316 133 0 2 22 263 123 55
Binary 10011 11010010 11001110 1011011 0 10 10010 10110011 1010011 101101

Color Harmonies of #13D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D2CE

Black with #13D2CE

Text Example


Text Example

White with #13D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,210,206); }

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

background-color css

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

 a { background-color: rgb(19,210,206); }

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

border-color css

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

 span { border-color: rgb(19,210,206); }

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