Html Css Color HEX #13FDC9 Bright Turquoise

📋 copy color: '#13FDC9'

red 19 ◦ green 253 ◦ blue 201

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

Shades of Bright Turquoise #13FDC9

Tints of Bright Turquoise #13FDC9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.49%

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 4.02%
G = 53.49%
B = 42.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#13FDC9 (or 0x13FDC9) is known color: Bright Turquoise. HEX triplet: 13, FD and C9. RGB value is (19,253,201). Sum of RGB (Red+Green+Blue) = 19+253+201=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #13FDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FDC9 is #EC0236. Grayscale: #B1B1B1. Windows color (decimal): -15467063 or 13237523. OLE color: 13237523.

HSL color Cylindrical-coordinate representation of color #13FDC9: hue angle of 166.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FDC9 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 253 201 -
CMYK 0.92 0 0.21 0.01
HSL 166.67º 0.98% 0.53% -
HSV(B) 166.67º 0.92% 0.99% -
XYZ 45.94 74.61 67.24 -
YUV 177.11 141.48 15.23 -
System Red Green Blue C M Y K H S L
Decimal 19 253 201 0.92 0 0.21 0.01 166.67 0.98 0.53
Hex 13 FD C9 5C 0 15 1 A7 62 35
Octal 23 375 311 134 0 25 1 247 142 65
Binary 10011 11111101 11001001 1011100 0 10101 1 10100111 1100010 110101

Color Harmonies of #13FDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FDC9

Black with #13FDC9

Text Example


Text Example

White with #13FDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,253,201); }

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

background-color css

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

 a { background-color: rgb(19,253,201); }

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

border-color css

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

 span { border-color: rgb(19,253,201); }

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