Html Css Color HEX #19FDC5 Bright Turquoise

📋 copy color: '#19FDC5'

red 25 ◦ green 253 ◦ blue 197

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

Shades of Bright Turquoise #19FDC5

Tints of Bright Turquoise #19FDC5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.26%

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 5.26%
G = 53.26%
B = 41.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#19FDC5 (or 0x19FDC5) is known color: Bright Turquoise. HEX triplet: 19, FD and C5. RGB value is (25,253,197). Sum of RGB (Red+Green+Blue) = 25+253+197=475 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.26% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FDC5 is #E6023A. Grayscale: #B2B2B2. Windows color (decimal): -15073851 or 12975385. OLE color: 12975385.

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

Color convert

RGB 25 253 197 -
CMYK 0.90 0 0.22 0.01
HSL 165.26º 0.98% 0.55% -
HSV(B) 165.26º 0.9% 0.99% -
XYZ 45.6 74.49 64.8 -
YUV 178.44 138.46 18.55 -
System Red Green Blue C M Y K H S L
Decimal 25 253 197 0.90 0 0.22 0.01 165.26 0.98 0.55
Hex 19 FD C5 5A 0 16 1 A5 62 37
Octal 31 375 305 132 0 26 1 245 142 67
Binary 11001 11111101 11000101 1011010 0 10110 1 10100101 1100010 110111

Color Harmonies of #19FDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FDC5

Black with #19FDC5

Text Example


Text Example

White with #19FDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,253,197); }

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

background-color css

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

 a { background-color: rgb(25,253,197); }

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

border-color css

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

 span { border-color: rgb(25,253,197); }

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