Html Css Color HEX #13E1FA Bright Turquoise

📋 copy color: '#13E1FA'

red 19 ◦ green 225 ◦ blue 250

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

Shades of Bright Turquoise #13E1FA

Tints of Bright Turquoise #13E1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 3.85%
G = 45.55%
B = 50.61%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#13E1FA (or 0x13E1FA) is known color: Bright Turquoise. HEX triplet: 13, E1 and FA. RGB value is (19,225,250). Sum of RGB (Red+Green+Blue) = 19+225+250=494 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.85% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #13E1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E1FA is #EC1E05. Grayscale: #A5A5A5. Windows color (decimal): -15474182 or 16441619. OLE color: 16441619.

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

Color convert

RGB 19 225 250 -
CMYK 0.92 0.10 0 0.02
HSL 186.49º 0.96% 0.53% -
HSV(B) 186.49º 0.92% 0.98% -
XYZ 44.45 60.89 99.85 -
YUV 166.26 175.25 22.97 -
System Red Green Blue C M Y K H S L
Decimal 19 225 250 0.92 0.10 0 0.02 186.49 0.96 0.53
Hex 13 E1 FA 5C A 0 2 BA 60 35
Octal 23 341 372 134 12 0 2 272 140 65
Binary 10011 11100001 11111010 1011100 1010 0 10 10111010 1100000 110101

Color Harmonies of #13E1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E1FA

Black with #13E1FA

Text Example


Text Example

White with #13E1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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