Html Css Color HEX #19FCC6 Bright Turquoise

📋 copy color: '#19FCC6'

red 25 ◦ green 252 ◦ blue 198

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

Shades of Bright Turquoise #19FCC6

Tints of Bright Turquoise #19FCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.05%

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 5.26%
G = 53.05%
B = 41.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#19FCC6 (or 0x19FCC6) is known color: Bright Turquoise. HEX triplet: 19, FC and C6. RGB value is (25,252,198). Sum of RGB (Red+Green+Blue) = 25+252+198=475 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.26% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCC6 is #E60339. Grayscale: #B1B1B1. Windows color (decimal): -15074106 or 13040665. OLE color: 13040665.

HSL color Cylindrical-coordinate representation of color #19FCC6: hue angle of 165.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCC6 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 252 198 -
CMYK 0.90 0 0.21 0.01
HSL 165.73º 0.97% 0.54% -
HSV(B) 165.73º 0.9% 0.99% -
XYZ 45.4 73.9 65.3 -
YUV 177.97 139.29 18.89 -
System Red Green Blue C M Y K H S L
Decimal 25 252 198 0.90 0 0.21 0.01 165.73 0.97 0.54
Hex 19 FC C6 5A 0 15 1 A6 61 36
Octal 31 374 306 132 0 25 1 246 141 66
Binary 11001 11111100 11000110 1011010 0 10101 1 10100110 1100001 110110

Color Harmonies of #19FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCC6

Black with #19FCC6

Text Example


Text Example

White with #19FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,252,198); }

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

background-color css

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

 a { background-color: rgb(25,252,198); }

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

border-color css

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

 span { border-color: rgb(25,252,198); }

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