Html Css Color HEX #13FADB Bright Turquoise

📋 copy color: '#13FADB'

red 19 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #13FADB

Tints of Bright Turquoise #13FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 3.89%
G = 51.23%
B = 44.88%

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

#13FADB (or 0x13FADB) is known color: Bright Turquoise. HEX triplet: 13, FA and DB. RGB value is (19,250,219). Sum of RGB (Red+Green+Blue) = 19+250+219=488 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #13FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FADB is #EC0524. Grayscale: #B1B1B1. Windows color (decimal): -15467813 or 14416403. OLE color: 14416403.

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

Color convert

RGB 19 250 219 -
CMYK 0.92 0 0.12 0.02
HSL 171.95º 0.96% 0.53% -
HSV(B) 171.95º 0.92% 0.98% -
XYZ 47.24 73.62 78.74 -
YUV 177.4 151.47 15.02 -
System Red Green Blue C M Y K H S L
Decimal 19 250 219 0.92 0 0.12 0.02 171.95 0.96 0.53
Hex 13 FA DB 5C 0 C 2 AC 60 35
Octal 23 372 333 134 0 14 2 254 140 65
Binary 10011 11111010 11011011 1011100 0 1100 10 10101100 1100000 110101

Color Harmonies of #13FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FADB

Black with #13FADB

Text Example


Text Example

White with #13FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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