Html Css Color HEX #19FCEB Bright Turquoise

📋 copy color: '#19FCEB'

red 25 ◦ green 252 ◦ blue 235

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

Shades of Bright Turquoise #19FCEB

Tints of Bright Turquoise #19FCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.22%

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

R = 4.88%
G = 49.22%
B = 45.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#19FCEB (or 0x19FCEB) is known color: Bright Turquoise. HEX triplet: 19, FC and EB. RGB value is (25,252,235). Sum of RGB (Red+Green+Blue) = 25+252+235=512 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.88% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCEB is #E60314. Grayscale: #B6B6B6. Windows color (decimal): -15074069 or 15465497. OLE color: 15465497.

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

Color convert

RGB 25 252 235 -
CMYK 0.90 0 0.07 0.01
HSL 175.51º 0.97% 0.54% -
HSV(B) 175.51º 0.9% 0.99% -
XYZ 50.21 75.83 90.59 -
YUV 182.19 157.79 15.88 -
System Red Green Blue C M Y K H S L
Decimal 25 252 235 0.90 0 0.07 0.01 175.51 0.97 0.54
Hex 19 FC EB 5A 0 7 1 B0 61 36
Octal 31 374 353 132 0 7 1 260 141 66
Binary 11001 11111100 11101011 1011010 0 111 1 10110000 1100001 110110

Color Harmonies of #19FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCEB

Black with #19FCEB

Text Example


Text Example

White with #19FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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