Html Css Color HEX #13CED7 Dark Turquoise

📋 copy color: '#13CED7'

red 19 ◦ green 206 ◦ blue 215

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

Shades of Dark Turquoise #13CED7

Tints of Dark Turquoise #13CED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.82%

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

R = 4.32%
G = 46.82%
B = 48.86%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13CED7 (or 0x13CED7) is known color: Dark Turquoise. HEX triplet: 13, CE and D7. RGB value is (19,206,215). Sum of RGB (Red+Green+Blue) = 19+206+215=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #13CED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CED7 is #EC3128. Grayscale: #969696. Windows color (decimal): -15479081 or 14142995. OLE color: 14142995.

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

Color convert

RGB 19 206 215 -
CMYK 0.91 0.04 0 0.16
HSL 182.76º 0.84% 0.46% -
HSV(B) 182.76º 0.91% 0.84% -
XYZ 34.61 49.19 71.96 -
YUV 151.11 164.05 33.77 -
System Red Green Blue C M Y K H S L
Decimal 19 206 215 0.91 0.04 0 0.16 182.76 0.84 0.46
Hex 13 CE D7 5B 4 0 10 B7 54 2E
Octal 23 316 327 133 4 0 20 267 124 56
Binary 10011 11001110 11010111 1011011 100 0 10000 10110111 1010100 101110

Color Harmonies of #13CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CED7

Black with #13CED7

Text Example


Text Example

White with #13CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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