Html Css Color HEX #19EFEC Bright Turquoise

📋 copy color: '#19EFEC'

red 25 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #19EFEC

Tints of Bright Turquoise #19EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.8%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 5%
G = 47.8%
B = 47.2%

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

#19EFEC (or 0x19EFEC) is known color: Bright Turquoise. HEX triplet: 19, EF and EC. RGB value is (25,239,236). Sum of RGB (Red+Green+Blue) = 25+239+236=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFEC is #E61013. Grayscale: #AEAEAE. Windows color (decimal): -15077396 or 15527705. OLE color: 15527705.

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

Color convert

RGB 25 239 236 -
CMYK 0.90 0 0.01 0.06
HSL 179.16º 0.87% 0.52% -
HSV(B) 179.16º 0.9% 0.94% -
XYZ 46.41 68 90.04 -
YUV 174.67 162.6 21.24 -
System Red Green Blue C M Y K H S L
Decimal 25 239 236 0.90 0 0.01 0.06 179.16 0.87 0.52
Hex 19 EF EC 5A 0 1 6 B3 57 34
Octal 31 357 354 132 0 1 6 263 127 64
Binary 11001 11101111 11101100 1011010 0 1 110 10110011 1010111 110100

Color Harmonies of #19EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EFEC

Black with #19EFEC

Text Example


Text Example

White with #19EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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