Html Css Color HEX #13DCDA Bright Turquoise

📋 copy color: '#13DCDA'

red 19 ◦ green 220 ◦ blue 218

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

Shades of Bright Turquoise #13DCDA

Tints of Bright Turquoise #13DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.14%

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 4.16%
G = 48.14%
B = 47.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#13DCDA (or 0x13DCDA) is known color: Bright Turquoise. HEX triplet: 13, DC and DA. RGB value is (19,220,218). Sum of RGB (Red+Green+Blue) = 19+220+218=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCDA is #EC2325. Grayscale: #9F9F9F. Windows color (decimal): -15475494 or 14343187. OLE color: 14343187.

HSL color Cylindrical-coordinate representation of color #13DCDA: hue angle of 179.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DCDA is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 218 -
CMYK 0.91 0 0.01 0.14
HSL 179.4º 0.84% 0.47% -
HSV(B) 179.4º 0.91% 0.86% -
XYZ 38.52 56.39 75.18 -
YUV 159.67 160.91 27.66 -
System Red Green Blue C M Y K H S L
Decimal 19 220 218 0.91 0 0.01 0.14 179.4 0.84 0.47
Hex 13 DC DA 5B 0 1 E B3 54 2F
Octal 23 334 332 133 0 1 16 263 124 57
Binary 10011 11011100 11011010 1011011 0 1 1110 10110011 1010100 101111

Color Harmonies of #13DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCDA

Black with #13DCDA

Text Example


Text Example

White with #13DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,218); }

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

background-color css

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

 a { background-color: rgb(19,220,218); }

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

border-color css

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

 span { border-color: rgb(19,220,218); }

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