Html Css Color HEX #19ECF7 Bright Turquoise

📋 copy color: '#19ECF7'

red 25 ◦ green 236 ◦ blue 247

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

Shades of Bright Turquoise #19ECF7

Tints of Bright Turquoise #19ECF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.62%

R = 4.92%
G = 46.46%
B = 48.62%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#19ECF7 (or 0x19ECF7) is known color: Bright Turquoise. HEX triplet: 19, EC and F7. RGB value is (25,236,247). Sum of RGB (Red+Green+Blue) = 25+236+247=508 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.92% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #19ECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECF7 is #E61308. Grayscale: #ADADAD. Windows color (decimal): -15078153 or 16247833. OLE color: 16247833.

HSL color Cylindrical-coordinate representation of color #19ECF7: hue angle of 182.97º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ECF7 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 236 247 -
CMYK 0.90 0.04 0 0.03
HSL 182.97º 0.93% 0.53% -
HSV(B) 182.97º 0.9% 0.97% -
XYZ 47.18 66.91 98.42 -
YUV 174.17 169.1 21.61 -
System Red Green Blue C M Y K H S L
Decimal 25 236 247 0.90 0.04 0 0.03 182.97 0.93 0.53
Hex 19 EC F7 5A 4 0 3 B7 5D 35
Octal 31 354 367 132 4 0 3 267 135 65
Binary 11001 11101100 11110111 1011010 100 0 11 10110111 1011101 110101

Color Harmonies of #19ECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ECF7

Black with #19ECF7

Text Example


Text Example

White with #19ECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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