Html Css Color HEX #19FCEA Bright Turquoise

📋 copy color: '#19FCEA'

red 25 ◦ green 252 ◦ blue 234

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

Shades of Bright Turquoise #19FCEA

Tints of Bright Turquoise #19FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 4.89%
G = 49.32%
B = 45.79%

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

#19FCEA (or 0x19FCEA) is known color: Bright Turquoise. HEX triplet: 19, FC and EA. RGB value is (25,252,234). Sum of RGB (Red+Green+Blue) = 25+252+234=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCEA is #E60315. Grayscale: #B5B5B5. Windows color (decimal): -15074070 or 15399961. OLE color: 15399961.

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

Color convert

RGB 25 252 234 -
CMYK 0.90 0 0.07 0.01
HSL 175.24º 0.97% 0.54% -
HSV(B) 175.24º 0.9% 0.99% -
XYZ 50.06 75.77 89.83 -
YUV 182.08 157.29 15.96 -
System Red Green Blue C M Y K H S L
Decimal 25 252 234 0.90 0 0.07 0.01 175.24 0.97 0.54
Hex 19 FC EA 5A 0 7 1 AF 61 36
Octal 31 374 352 132 0 7 1 257 141 66
Binary 11001 11111100 11101010 1011010 0 111 1 10101111 1100001 110110

Color Harmonies of #19FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCEA

Black with #19FCEA

Text Example


Text Example

White with #19FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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