Html Css Color HEX #19F1DC Bright Turquoise

📋 copy color: '#19F1DC'

red 25 ◦ green 241 ◦ blue 220

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

Shades of Bright Turquoise #19F1DC

Tints of Bright Turquoise #19F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.59%

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

R = 5.14%
G = 49.59%
B = 45.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#19F1DC (or 0x19F1DC) is known color: Bright Turquoise. HEX triplet: 19, F1 and DC. RGB value is (25,241,220). Sum of RGB (Red+Green+Blue) = 25+241+220=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #19F1DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F1DC is #E60E23. Grayscale: #ADADAD. Windows color (decimal): -15076900 or 14479641. OLE color: 14479641.

HSL color Cylindrical-coordinate representation of color #19F1DC: hue angle of 174.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F1DC is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 241 220 -
CMYK 0.90 0 0.09 0.05
HSL 174.17º 0.89% 0.52% -
HSV(B) 174.17º 0.9% 0.95% -
XYZ 44.77 68.28 78.53 -
YUV 174.02 153.94 21.71 -
System Red Green Blue C M Y K H S L
Decimal 25 241 220 0.90 0 0.09 0.05 174.17 0.89 0.52
Hex 19 F1 DC 5A 0 9 5 AE 59 34
Octal 31 361 334 132 0 11 5 256 131 64
Binary 11001 11110001 11011100 1011010 0 1001 101 10101110 1011001 110100

Color Harmonies of #19F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F1DC

Black with #19F1DC

Text Example


Text Example

White with #19F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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