Html Css Color HEX #13E5CD Bright Turquoise

📋 copy color: '#13E5CD'

red 19 ◦ green 229 ◦ blue 205

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

Shades of Bright Turquoise #13E5CD

Tints of Bright Turquoise #13E5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.55%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 4.19%
G = 50.55%
B = 45.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#13E5CD (or 0x13E5CD) is known color: Bright Turquoise. HEX triplet: 13, E5 and CD. RGB value is (19,229,205). Sum of RGB (Red+Green+Blue) = 19+229+205=453 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #13E5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E5CD is #EC1A32. Grayscale: #A3A3A3. Windows color (decimal): -15473203 or 13493523. OLE color: 13493523.

HSL color Cylindrical-coordinate representation of color #13E5CD: hue angle of 173.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E5CD is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 229 205 -
CMYK 0.92 0 0.10 0.10
HSL 173.14º 0.85% 0.49% -
HSV(B) 173.14º 0.92% 0.9% -
XYZ 39.31 60.58 67.38 -
YUV 163.47 151.43 24.95 -
System Red Green Blue C M Y K H S L
Decimal 19 229 205 0.92 0 0.10 0.10 173.14 0.85 0.49
Hex 13 E5 CD 5C 0 A A AD 55 31
Octal 23 345 315 134 0 12 12 255 125 61
Binary 10011 11100101 11001101 1011100 0 1010 1010 10101101 1010101 110001

Color Harmonies of #13E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E5CD

Black with #13E5CD

Text Example


Text Example

White with #13E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,229,205); }

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

background-color css

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

 a { background-color: rgb(19,229,205); }

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

border-color css

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

 span { border-color: rgb(19,229,205); }

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