Html Css Color HEX #13C6DF Dark Turquoise

📋 copy color: '#13C6DF'

red 19 ◦ green 198 ◦ blue 223

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

Shades of Dark Turquoise #13C6DF

Tints of Dark Turquoise #13C6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 4.32%
G = 45%
B = 50.68%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13C6DF (or 0x13C6DF) is known color: Dark Turquoise. HEX triplet: 13, C6 and DF. RGB value is (19,198,223). Sum of RGB (Red+Green+Blue) = 19+198+223=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #13C6DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C6DF is #EC3920. Grayscale: #939393. Windows color (decimal): -15481121 or 14665235. OLE color: 14665235.

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

Color convert

RGB 19 198 223 -
CMYK 0.91 0.11 0 0.13
HSL 187.35º 0.84% 0.47% -
HSV(B) 187.35º 0.91% 0.87% -
XYZ 33.78 45.85 76.88 -
YUV 147.33 170.7 36.47 -
System Red Green Blue C M Y K H S L
Decimal 19 198 223 0.91 0.11 0 0.13 187.35 0.84 0.47
Hex 13 C6 DF 5B B 0 D BB 54 2F
Octal 23 306 337 133 13 0 15 273 124 57
Binary 10011 11000110 11011111 1011011 1011 0 1101 10111011 1010100 101111

Color Harmonies of #13C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C6DF

Black with #13C6DF

Text Example


Text Example

White with #13C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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