Html Css Color HEX #13FED6 Bright Turquoise

📋 copy color: '#13FED6'

red 19 ◦ green 254 ◦ blue 214

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

Shades of Bright Turquoise #13FED6

Tints of Bright Turquoise #13FED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 3.9%
G = 52.16%
B = 43.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#13FED6 (or 0x13FED6) is known color: Bright Turquoise. HEX triplet: 13, FE and D6. RGB value is (19,254,214). Sum of RGB (Red+Green+Blue) = 19+254+214=487 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.90% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #13FED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FED6 is #EC0129. Grayscale: #B3B3B3. Windows color (decimal): -15466794 or 14089747. OLE color: 14089747.

HSL color Cylindrical-coordinate representation of color #13FED6: hue angle of 169.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FED6 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 254 214 -
CMYK 0.93 0 0.16 0.00
HSL 169.79º 0.99% 0.54% -
HSV(B) 169.79º 0.93% 1% -
XYZ 47.85 75.88 75.74 -
YUV 179.18 147.64 13.75 -
System Red Green Blue C M Y K H S L
Decimal 19 254 214 0.93 0 0.16 0.00 169.79 0.99 0.54
Hex 13 FE D6 5D 0 10 0 AA 63 36
Octal 23 376 326 135 0 20 0 252 143 66
Binary 10011 11111110 11010110 1011101 0 10000 0 10101010 1100011 110110

Color Harmonies of #13FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FED6

Black with #13FED6

Text Example


Text Example

White with #13FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,254,214); }

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

background-color css

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

 a { background-color: rgb(19,254,214); }

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

border-color css

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

 span { border-color: rgb(19,254,214); }

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