Html Css Color HEX #19F7DC Bright Turquoise

📋 copy color: '#19F7DC'

red 25 ◦ green 247 ◦ blue 220

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

Shades of Bright Turquoise #19F7DC

Tints of Bright Turquoise #19F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.2%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 5.08%
G = 50.2%
B = 44.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#19F7DC (or 0x19F7DC) is known color: Bright Turquoise. HEX triplet: 19, F7 and DC. RGB value is (25,247,220). Sum of RGB (Red+Green+Blue) = 25+247+220=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #19F7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F7DC is #E60823. Grayscale: #B1B1B1. Windows color (decimal): -15075364 or 14481177. OLE color: 14481177.

HSL color Cylindrical-coordinate representation of color #19F7DC: hue angle of 172.7º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F7DC is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 247 220 -
CMYK 0.90 0 0.11 0.03
HSL 172.7º 0.93% 0.53% -
HSV(B) 172.7º 0.9% 0.97% -
XYZ 46.58 71.9 79.13 -
YUV 177.54 151.95 19.2 -
System Red Green Blue C M Y K H S L
Decimal 25 247 220 0.90 0 0.11 0.03 172.7 0.93 0.53
Hex 19 F7 DC 5A 0 B 3 AD 5D 35
Octal 31 367 334 132 0 13 3 255 135 65
Binary 11001 11110111 11011100 1011010 0 1011 11 10101101 1011101 110101

Color Harmonies of #19F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F7DC

Black with #19F7DC

Text Example


Text Example

White with #19F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,247,220); }

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

background-color css

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

 a { background-color: rgb(25,247,220); }

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

border-color css

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

 span { border-color: rgb(25,247,220); }

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