Html Css Color HEX #19FEE7 Bright Turquoise

📋 copy color: '#19FEE7'

red 25 ◦ green 254 ◦ blue 231

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

Shades of Bright Turquoise #19FEE7

Tints of Bright Turquoise #19FEE7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 231 (90.63% from 255) = 45.29%

R = 4.9%
G = 49.8%
B = 45.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#19FEE7 (or 0x19FEE7) is known color: Bright Turquoise. HEX triplet: 19, FE and E7. RGB value is (25,254,231). Sum of RGB (Red+Green+Blue) = 25+254+231=510 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.90% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEE7 is #E60118. Grayscale: #B6B6B6. Windows color (decimal): -15073561 or 15203865. OLE color: 15203865.

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

Color convert

RGB 25 254 231 -
CMYK 0.90 0 0.09 0.00
HSL 173.97º 0.99% 0.55% -
HSV(B) 173.97º 0.9% 1% -
XYZ 50.27 76.86 87.79 -
YUV 182.91 155.13 15.37 -
System Red Green Blue C M Y K H S L
Decimal 25 254 231 0.90 0 0.09 0.00 173.97 0.99 0.55
Hex 19 FE E7 5A 0 9 0 AE 63 37
Octal 31 376 347 132 0 11 0 256 143 67
Binary 11001 11111110 11100111 1011010 0 1001 0 10101110 1100011 110111

Color Harmonies of #19FEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FEE7

Black with #19FEE7

Text Example


Text Example

White with #19FEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,254,231); }

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

background-color css

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

 a { background-color: rgb(25,254,231); }

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

border-color css

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

 span { border-color: rgb(25,254,231); }

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