Html Css Color HEX #13C2D8 Dark Turquoise

📋 copy color: '#13C2D8'

red 19 ◦ green 194 ◦ blue 216

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

Shades of Dark Turquoise #13C2D8

Tints of Dark Turquoise #13C2D8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.22%

 BLUE value IS 216 (84.77% from 255) = 50.35%

R = 4.43%
G = 45.22%
B = 50.35%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#13C2D8 (or 0x13C2D8) is known color: Dark Turquoise. HEX triplet: 13, C2 and D8. RGB value is (19,194,216). Sum of RGB (Red+Green+Blue) = 19+194+216=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #13C2D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2D8 is #EC3D27. Grayscale: #8F8F8F. Windows color (decimal): -15482152 or 14205459. OLE color: 14205459.

HSL color Cylindrical-coordinate representation of color #13C2D8: hue angle of 186.7º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C2D8 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 194 216 -
CMYK 0.91 0.10 0 0.15
HSL 186.7º 0.84% 0.46% -
HSV(B) 186.7º 0.91% 0.85% -
XYZ 31.96 43.68 71.71 -
YUV 144.18 168.52 38.71 -
System Red Green Blue C M Y K H S L
Decimal 19 194 216 0.91 0.10 0 0.15 186.7 0.84 0.46
Hex 13 C2 D8 5B A 0 F BB 54 2E
Octal 23 302 330 133 12 0 17 273 124 56
Binary 10011 11000010 11011000 1011011 1010 0 1111 10111011 1010100 101110

Color Harmonies of #13C2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2D8

Black with #13C2D8

Text Example


Text Example

White with #13C2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,216); }

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

background-color css

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

 a { background-color: rgb(19,194,216); }

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

border-color css

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

 span { border-color: rgb(19,194,216); }

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