Html Css Color HEX #13FADC Bright Turquoise

📋 copy color: '#13FADC'

red 19 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #13FADC

Tints of Bright Turquoise #13FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 3.89%
G = 51.12%
B = 44.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#13FADC (or 0x13FADC) is known color: Bright Turquoise. HEX triplet: 13, FA and DC. RGB value is (19,250,220). Sum of RGB (Red+Green+Blue) = 19+250+220=489 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #13FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FADC is #EC0523. Grayscale: #B1B1B1. Windows color (decimal): -15467812 or 14481939. OLE color: 14481939.

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

Color convert

RGB 19 250 220 -
CMYK 0.92 0 0.12 0.02
HSL 172.21º 0.96% 0.53% -
HSV(B) 172.21º 0.92% 0.98% -
XYZ 47.37 73.68 79.43 -
YUV 177.51 151.97 14.94 -
System Red Green Blue C M Y K H S L
Decimal 19 250 220 0.92 0 0.12 0.02 172.21 0.96 0.53
Hex 13 FA DC 5C 0 C 2 AC 60 35
Octal 23 372 334 134 0 14 2 254 140 65
Binary 10011 11111010 11011100 1011100 0 1100 10 10101100 1100000 110101

Color Harmonies of #13FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FADC

Black with #13FADC

Text Example


Text Example

White with #13FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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