Html Css Color HEX #19EFEB Bright Turquoise

📋 copy color: '#19EFEB'

red 25 ◦ green 239 ◦ blue 235

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

Shades of Bright Turquoise #19EFEB

Tints of Bright Turquoise #19EFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 5.01%
G = 47.9%
B = 47.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#19EFEB (or 0x19EFEB) is known color: Bright Turquoise. HEX triplet: 19, EF and EB. RGB value is (25,239,235). Sum of RGB (Red+Green+Blue) = 25+239+235=499 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5.01% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFEB is #E61014. Grayscale: #AEAEAE. Windows color (decimal): -15077397 or 15462169. OLE color: 15462169.

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

Color convert

RGB 25 239 235 -
CMYK 0.90 0 0.02 0.06
HSL 178.88º 0.87% 0.52% -
HSV(B) 178.88º 0.9% 0.94% -
XYZ 46.26 67.94 89.27 -
YUV 174.56 162.1 21.33 -
System Red Green Blue C M Y K H S L
Decimal 25 239 235 0.90 0 0.02 0.06 178.88 0.87 0.52
Hex 19 EF EB 5A 0 2 6 B3 57 34
Octal 31 357 353 132 0 2 6 263 127 64
Binary 11001 11101111 11101011 1011010 0 10 110 10110011 1010111 110100

Color Harmonies of #19EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EFEB

Black with #19EFEB

Text Example


Text Example

White with #19EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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