Html Css Color HEX #19ECDF Bright Turquoise

📋 copy color: '#19ECDF'

red 25 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #19ECDF

Tints of Bright Turquoise #19ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 5.17%
G = 48.76%
B = 46.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#19ECDF (or 0x19ECDF) is known color: Bright Turquoise. HEX triplet: 19, EC and DF. RGB value is (25,236,223). Sum of RGB (Red+Green+Blue) = 25+236+223=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECDF is #E61320. Grayscale: #ABABAB. Windows color (decimal): -15078177 or 14674969. OLE color: 14674969.

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

Color convert

RGB 25 236 223 -
CMYK 0.89 0 0.06 0.07
HSL 176.3º 0.85% 0.51% -
HSV(B) 176.3º 0.89% 0.93% -
XYZ 43.72 65.53 80.16 -
YUV 171.43 157.1 23.56 -
System Red Green Blue C M Y K H S L
Decimal 25 236 223 0.89 0 0.06 0.07 176.3 0.85 0.51
Hex 19 EC DF 59 0 6 7 B0 55 33
Octal 31 354 337 131 0 6 7 260 125 63
Binary 11001 11101100 11011111 1011001 0 110 111 10110000 1010101 110011

Color Harmonies of #19ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ECDF

Black with #19ECDF

Text Example


Text Example

White with #19ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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