Html Css Color HEX #13FAE2 Bright Turquoise

📋 copy color: '#13FAE2'

red 19 ◦ green 250 ◦ blue 226

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

Shades of Bright Turquoise #13FAE2

Tints of Bright Turquoise #13FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.66%

R = 3.84%
G = 50.51%
B = 45.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#13FAE2 (or 0x13FAE2) is known color: Bright Turquoise. HEX triplet: 13, FA and E2. RGB value is (19,250,226). Sum of RGB (Red+Green+Blue) = 19+250+226=495 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.84% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #13FAE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FAE2 is #EC051D. Grayscale: #B2B2B2. Windows color (decimal): -15467806 or 14875155. OLE color: 14875155.

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

Color convert

RGB 19 250 226 -
CMYK 0.92 0 0.10 0.02
HSL 173.77º 0.96% 0.53% -
HSV(B) 173.77º 0.92% 0.98% -
XYZ 48.18 74 83.7 -
YUV 178.2 154.97 14.45 -
System Red Green Blue C M Y K H S L
Decimal 19 250 226 0.92 0 0.10 0.02 173.77 0.96 0.53
Hex 13 FA E2 5C 0 A 2 AE 60 35
Octal 23 372 342 134 0 12 2 256 140 65
Binary 10011 11111010 11100010 1011100 0 1010 10 10101110 1100000 110101

Color Harmonies of #13FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FAE2

Black with #13FAE2

Text Example


Text Example

White with #13FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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