Html Css Color HEX #19F6F1 Bright Turquoise

📋 copy color: '#19F6F1'

red 25 ◦ green 246 ◦ blue 241

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

Shades of Bright Turquoise #19F6F1

Tints of Bright Turquoise #19F6F1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 4.88%
G = 48.05%
B = 47.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#19F6F1 (or 0x19F6F1) is known color: Bright Turquoise. HEX triplet: 19, F6 and F1. RGB value is (25,246,241). Sum of RGB (Red+Green+Blue) = 25+246+241=512 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.88% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #19F6F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F6F1 is #E6090E. Grayscale: #B3B3B3. Windows color (decimal): -15075599 or 15857177. OLE color: 15857177.

HSL color Cylindrical-coordinate representation of color #19F6F1: hue angle of 178.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F6F1 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 246 241 -
CMYK 0.90 0 0.02 0.04
HSL 178.64º 0.92% 0.53% -
HSV(B) 178.64º 0.9% 0.96% -
XYZ 49.23 72.47 94.61 -
YUV 179.35 162.78 17.91 -
System Red Green Blue C M Y K H S L
Decimal 25 246 241 0.90 0 0.02 0.04 178.64 0.92 0.53
Hex 19 F6 F1 5A 0 2 4 B3 5C 35
Octal 31 366 361 132 0 2 4 263 134 65
Binary 11001 11110110 11110001 1011010 0 10 100 10110011 1011100 110101

Color Harmonies of #19F6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F6F1

Black with #19F6F1

Text Example


Text Example

White with #19F6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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