Html Css Color HEX #13FDC0 Bright Turquoise

📋 copy color: '#13FDC0'

red 19 ◦ green 253 ◦ blue 192

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

Shades of Bright Turquoise #13FDC0

Tints of Bright Turquoise #13FDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 4.09%
G = 54.53%
B = 41.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#13FDC0 (or 0x13FDC0) is known color: Bright Turquoise. HEX triplet: 13, FD and C0. RGB value is (19,253,192). Sum of RGB (Red+Green+Blue) = 19+253+192=464 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #13FDC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FDC0 is #EC023F. Grayscale: #B0B0B0. Windows color (decimal): -15467072 or 12647699. OLE color: 12647699.

HSL color Cylindrical-coordinate representation of color #13FDC0: hue angle of 164.36º 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 #13FDC0 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 253 192 -
CMYK 0.92 0 0.24 0.01
HSL 164.36º 0.98% 0.53% -
HSV(B) 164.36º 0.92% 0.99% -
XYZ 44.91 74.19 61.82 -
YUV 176.08 136.98 15.96 -
System Red Green Blue C M Y K H S L
Decimal 19 253 192 0.92 0 0.24 0.01 164.36 0.98 0.53
Hex 13 FD C0 5C 0 18 1 A4 62 35
Octal 23 375 300 134 0 30 1 244 142 65
Binary 10011 11111101 11000000 1011100 0 11000 1 10100100 1100010 110101

Color Harmonies of #13FDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FDC0

Black with #13FDC0

Text Example


Text Example

White with #13FDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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