Html Css Color HEX #19F0ED Bright Turquoise

📋 copy color: '#19F0ED'

red 25 ◦ green 240 ◦ blue 237

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

Shades of Bright Turquoise #19F0ED

Tints of Bright Turquoise #19F0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

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

R = 4.98%
G = 47.81%
B = 47.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#19F0ED (or 0x19F0ED) is known color: Bright Turquoise. HEX triplet: 19, F0 and ED. RGB value is (25,240,237). Sum of RGB (Red+Green+Blue) = 25+240+237=502 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.98% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #19F0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F0ED is #E60F12. Grayscale: #AFAFAF. Windows color (decimal): -15077139 or 15593497. OLE color: 15593497.

HSL color Cylindrical-coordinate representation of color #19F0ED: hue angle of 179.16º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F0ED is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 240 237 -
CMYK 0.90 0 0.01 0.06
HSL 179.16º 0.88% 0.52% -
HSV(B) 179.16º 0.9% 0.94% -
XYZ 46.85 68.64 90.9 -
YUV 175.37 162.77 20.74 -
System Red Green Blue C M Y K H S L
Decimal 25 240 237 0.90 0 0.01 0.06 179.16 0.88 0.52
Hex 19 F0 ED 5A 0 1 6 B3 58 34
Octal 31 360 355 132 0 1 6 263 130 64
Binary 11001 11110000 11101101 1011010 0 1 110 10110011 1011000 110100

Color Harmonies of #19F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F0ED

Black with #19F0ED

Text Example


Text Example

White with #19F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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