Html Css Color HEX #19FACE Bright Turquoise

📋 copy color: '#19FACE'

red 25 ◦ green 250 ◦ blue 206

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

Shades of Bright Turquoise #19FACE

Tints of Bright Turquoise #19FACE

RGB

 RED value IS 25 (10.16% from 255) = 5.2%

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 5.2%
G = 51.98%
B = 42.83%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#19FACE (or 0x19FACE) is known color: Bright Turquoise. HEX triplet: 19, FA and CE. RGB value is (25,250,206). Sum of RGB (Red+Green+Blue) = 25+250+206=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #19FACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FACE is #E60531. Grayscale: #B1B1B1. Windows color (decimal): -15074610 or 13564441. OLE color: 13564441.

HSL color Cylindrical-coordinate representation of color #19FACE: hue angle of 168.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FACE is Cyan = 0.9, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 250 206 -
CMYK 0.9 0 0.18 0.02
HSL 168.27º 0.96% 0.54% -
HSV(B) 168.27º 0.9% 0.98% -
XYZ 45.73 73.03 70.08 -
YUV 177.71 143.96 19.08 -
System Red Green Blue C M Y K H S L
Decimal 25 250 206 0.9 0 0.18 0.02 168.27 0.96 0.54
Hex 19 FA CE 5A 0 12 2 A8 60 36
Octal 31 372 316 132 0 22 2 250 140 66
Binary 11001 11111010 11001110 1011010 0 10010 10 10101000 1100000 110110

Color Harmonies of #19FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FACE

Black with #19FACE

Text Example


Text Example

White with #19FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19FACE; }

 p { color: rgb(25,250,206); }

 H1.HeaderClassName
 {
   color: #19FACE;
 }
 .AnyTagClassName
 {
   color: #19FACE;
 }
</style>

background-color css

<style>
 a { background-color: #19FACE; }

 a { background-color: rgb(25,250,206); }

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

border-color css

<style>
 span { border-color: #19FACE; }

 span { border-color: rgb(25,250,206); }

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