Html Css Color HEX #19ECED Bright Turquoise

📋 copy color: '#19ECED'

red 25 ◦ green 236 ◦ blue 237

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

Shades of Bright Turquoise #19ECED

Tints of Bright Turquoise #19ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.39%

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

R = 5.02%
G = 47.39%
B = 47.59%

CMYK

 C value IS 0.89

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19ECED (or 0x19ECED) is known color: Bright Turquoise. HEX triplet: 19, EC and ED. RGB value is (25,236,237). Sum of RGB (Red+Green+Blue) = 25+236+237=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #19ECED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECED is #E61312. Grayscale: #ACACAC. Windows color (decimal): -15078163 or 15592473. OLE color: 15592473.

HSL color Cylindrical-coordinate representation of color #19ECED: hue angle of 180.28º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ECED is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 236 237 -
CMYK 0.89 0.00 0 0.07
HSL 180.28º 0.85% 0.51% -
HSV(B) 180.28º 0.89% 0.93% -
XYZ 45.68 66.31 90.51 -
YUV 173.03 164.1 22.42 -
System Red Green Blue C M Y K H S L
Decimal 25 236 237 0.89 0.00 0 0.07 180.28 0.85 0.51
Hex 19 EC ED 59 0 0 7 B4 55 33
Octal 31 354 355 131 0 0 7 264 125 63
Binary 11001 11101100 11101101 1011001 0 0 111 10110100 1010101 110011

Color Harmonies of #19ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ECED

Black with #19ECED

Text Example


Text Example

White with #19ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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