Html Css Color HEX #19E0FF Bright Turquoise

📋 copy color: '#19E0FF'

red 25 ◦ green 224 ◦ blue 255

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

Shades of Bright Turquoise #19E0FF

Tints of Bright Turquoise #19E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 4.96%
G = 44.44%
B = 50.6%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19E0FF (or 0x19E0FF) is known color: Bright Turquoise. HEX triplet: 19, E0 and FF. RGB value is (25,224,255). Sum of RGB (Red+Green+Blue) = 25+224+255=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #19E0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E0FF is #E61F00. Grayscale: #A7A7A7. Windows color (decimal): -15081217 or 16769049. OLE color: 16769049.

HSL color Cylindrical-coordinate representation of color #19E0FF: hue angle of 188.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E0FF is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 224 255 -
CMYK 0.90 0.12 0 0
HSL 188.09º 1% 0.55% -
HSV(B) 188.09º 0.9% 1% -
XYZ 45.11 60.74 103.95 -
YUV 168.03 177.07 25.98 -
System Red Green Blue C M Y K H S L
Decimal 25 224 255 0.90 0.12 0 0 188.09 1 0.55
Hex 19 E0 FF 5A C 0 0 BC 64 37
Octal 31 340 377 132 14 0 0 274 144 67
Binary 11001 11100000 11111111 1011010 1100 0 0 10111100 1100100 110111

Color Harmonies of #19E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E0FF

Black with #19E0FF

Text Example


Text Example

White with #19E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,224,255); }

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

background-color css

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

 a { background-color: rgb(25,224,255); }

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

border-color css

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

 span { border-color: rgb(25,224,255); }

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