Html Css Color HEX #19E5FC Bright Turquoise

📋 copy color: '#19E5FC'

red 25 ◦ green 229 ◦ blue 252

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

Shades of Bright Turquoise #19E5FC

Tints of Bright Turquoise #19E5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.26%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 4.94%
G = 45.26%
B = 49.8%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19E5FC (or 0x19E5FC) is known color: Bright Turquoise. HEX triplet: 19, E5 and FC. RGB value is (25,229,252). Sum of RGB (Red+Green+Blue) = 25+229+252=506 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.94% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #19E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E5FC is #E61A03. Grayscale: #AAAAAA. Windows color (decimal): -15079940 or 16573721. OLE color: 16573721.

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

Color convert

RGB 25 229 252 -
CMYK 0.90 0.09 0 0.01
HSL 186.08º 0.97% 0.54% -
HSV(B) 186.08º 0.9% 0.99% -
XYZ 45.99 63.27 101.88 -
YUV 170.63 173.91 24.13 -
System Red Green Blue C M Y K H S L
Decimal 25 229 252 0.90 0.09 0 0.01 186.08 0.97 0.54
Hex 19 E5 FC 5A 9 0 1 BA 61 36
Octal 31 345 374 132 11 0 1 272 141 66
Binary 11001 11100101 11111100 1011010 1001 0 1 10111010 1100001 110110

Color Harmonies of #19E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E5FC

Black with #19E5FC

Text Example


Text Example

White with #19E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,229,252); }

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

background-color css

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

 a { background-color: rgb(25,229,252); }

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

border-color css

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

 span { border-color: rgb(25,229,252); }

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