Html Css Color HEX #13C4DF Dark Turquoise

📋 copy color: '#13C4DF'

red 19 ◦ green 196 ◦ blue 223

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

Shades of Dark Turquoise #13C4DF

Tints of Dark Turquoise #13C4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 4.34%
G = 44.75%
B = 50.91%

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

#13C4DF (or 0x13C4DF) is known color: Dark Turquoise. HEX triplet: 13, C4 and DF. RGB value is (19,196,223). Sum of RGB (Red+Green+Blue) = 19+196+223=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #13C4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C4DF is #EC3B20. Grayscale: #919191. Windows color (decimal): -15481633 or 14664723. OLE color: 14664723.

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

Color convert

RGB 19 196 223 -
CMYK 0.91 0.12 0 0.13
HSL 187.94º 0.84% 0.47% -
HSV(B) 187.94º 0.91% 0.87% -
XYZ 33.33 44.95 76.73 -
YUV 146.16 171.36 37.3 -
System Red Green Blue C M Y K H S L
Decimal 19 196 223 0.91 0.12 0 0.13 187.94 0.84 0.47
Hex 13 C4 DF 5B C 0 D BC 54 2F
Octal 23 304 337 133 14 0 15 274 124 57
Binary 10011 11000100 11011111 1011011 1100 0 1101 10111100 1010100 101111

Color Harmonies of #13C4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C4DF

Black with #13C4DF

Text Example


Text Example

White with #13C4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,196,223); }

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

background-color css

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

 a { background-color: rgb(19,196,223); }

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

border-color css

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

 span { border-color: rgb(19,196,223); }

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