Html Css Color HEX #19FEEB Bright Turquoise

📋 copy color: '#19FEEB'

red 25 ◦ green 254 ◦ blue 235

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

Shades of Bright Turquoise #19FEEB

Tints of Bright Turquoise #19FEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 4.86%
G = 49.42%
B = 45.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#19FEEB (or 0x19FEEB) is known color: Bright Turquoise. HEX triplet: 19, FE and EB. RGB value is (25,254,235). Sum of RGB (Red+Green+Blue) = 25+254+235=514 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.86% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEEB is #E60114. Grayscale: #B7B7B7. Windows color (decimal): -15073557 or 15466009. OLE color: 15466009.

HSL color Cylindrical-coordinate representation of color #19FEEB: hue angle of 175.02º 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 #19FEEB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 254 235 -
CMYK 0.90 0 0.07 0.00
HSL 175.02º 0.99% 0.55% -
HSV(B) 175.02º 0.9% 1% -
XYZ 50.84 77.09 90.8 -
YUV 183.36 157.13 15.04 -
System Red Green Blue C M Y K H S L
Decimal 25 254 235 0.90 0 0.07 0.00 175.02 0.99 0.55
Hex 19 FE EB 5A 0 7 0 AF 63 37
Octal 31 376 353 132 0 7 0 257 143 67
Binary 11001 11111110 11101011 1011010 0 111 0 10101111 1100011 110111

Color Harmonies of #19FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FEEB

Black with #19FEEB

Text Example


Text Example

White with #19FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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