Html Css Color HEX #19FCED Bright Turquoise

📋 copy color: '#19FCED'

red 25 ◦ green 252 ◦ blue 237

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

Shades of Bright Turquoise #19FCED

Tints of Bright Turquoise #19FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 4.86%
G = 49.03%
B = 46.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#19FCED (or 0x19FCED) is known color: Bright Turquoise. HEX triplet: 19, FC and ED. RGB value is (25,252,237). Sum of RGB (Red+Green+Blue) = 25+252+237=514 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.86% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCED is #E60312. Grayscale: #B6B6B6. Windows color (decimal): -15074067 or 15596569. OLE color: 15596569.

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

Color convert

RGB 25 252 237 -
CMYK 0.90 0 0.06 0.01
HSL 176.04º 0.97% 0.54% -
HSV(B) 176.04º 0.9% 0.99% -
XYZ 50.5 75.94 92.12 -
YUV 182.42 158.79 15.72 -
System Red Green Blue C M Y K H S L
Decimal 25 252 237 0.90 0 0.06 0.01 176.04 0.97 0.54
Hex 19 FC ED 5A 0 6 1 B0 61 36
Octal 31 374 355 132 0 6 1 260 141 66
Binary 11001 11111100 11101101 1011010 0 110 1 10110000 1100001 110110

Color Harmonies of #19FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCED

Black with #19FCED

Text Example


Text Example

White with #19FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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