Html Css Color HEX #19F9EC Bright Turquoise

📋 copy color: '#19F9EC'

red 25 ◦ green 249 ◦ blue 236

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

Shades of Bright Turquoise #19F9EC

Tints of Bright Turquoise #19F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.82%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 4.9%
G = 48.82%
B = 46.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#19F9EC (or 0x19F9EC) is known color: Bright Turquoise. HEX triplet: 19, F9 and EC. RGB value is (25,249,236). Sum of RGB (Red+Green+Blue) = 25+249+236=510 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.90% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F9EC is #E60613. Grayscale: #B4B4B4. Windows color (decimal): -15074836 or 15530265. OLE color: 15530265.

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

Color convert

RGB 25 249 236 -
CMYK 0.90 0 0.05 0.02
HSL 176.52º 0.95% 0.54% -
HSV(B) 176.52º 0.9% 0.98% -
XYZ 49.42 74.01 91.04 -
YUV 180.54 159.29 17.06 -
System Red Green Blue C M Y K H S L
Decimal 25 249 236 0.90 0 0.05 0.02 176.52 0.95 0.54
Hex 19 F9 EC 5A 0 5 2 B1 5F 36
Octal 31 371 354 132 0 5 2 261 137 66
Binary 11001 11111001 11101100 1011010 0 101 10 10110001 1011111 110110

Color Harmonies of #19F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F9EC

Black with #19F9EC

Text Example


Text Example

White with #19F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,249,236); }

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

background-color css

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

 a { background-color: rgb(25,249,236); }

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

border-color css

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

 span { border-color: rgb(25,249,236); }

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