Html Css Color HEX #13FAC0 Bright Turquoise

📋 copy color: '#13FAC0'

red 19 ◦ green 250 ◦ blue 192

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

Shades of Bright Turquoise #13FAC0

Tints of Bright Turquoise #13FAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.23%

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

R = 4.12%
G = 54.23%
B = 41.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#13FAC0 (or 0x13FAC0) is known color: Bright Turquoise. HEX triplet: 13, FA and C0. RGB value is (19,250,192). Sum of RGB (Red+Green+Blue) = 19+250+192=461 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.12% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #13FAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FAC0 is #EC053F. Grayscale: #AEAEAE. Windows color (decimal): -15467840 or 12646931. OLE color: 12646931.

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

Color convert

RGB 19 250 192 -
CMYK 0.92 0 0.23 0.02
HSL 164.94º 0.96% 0.53% -
HSV(B) 164.94º 0.92% 0.98% -
XYZ 43.97 72.32 61.51 -
YUV 174.32 137.97 17.22 -
System Red Green Blue C M Y K H S L
Decimal 19 250 192 0.92 0 0.23 0.02 164.94 0.96 0.53
Hex 13 FA C0 5C 0 17 2 A5 60 35
Octal 23 372 300 134 0 27 2 245 140 65
Binary 10011 11111010 11000000 1011100 0 10111 10 10100101 1100000 110101

Color Harmonies of #13FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FAC0

Black with #13FAC0

Text Example


Text Example

White with #13FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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