Html Css Color HEX #19E6EE Bright Turquoise

📋 copy color: '#19E6EE'

red 25 ◦ green 230 ◦ blue 238

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

Shades of Bright Turquoise #19E6EE

Tints of Bright Turquoise #19E6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.65%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 5.07%
G = 46.65%
B = 48.28%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19E6EE (or 0x19E6EE) is known color: Bright Turquoise. HEX triplet: 19, E6 and EE. RGB value is (25,230,238). Sum of RGB (Red+Green+Blue) = 25+230+238=493 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.07% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #19E6EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E6EE is #E61911. Grayscale: #A9A9A9. Windows color (decimal): -15079698 or 15656473. OLE color: 15656473.

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

Color convert

RGB 25 230 238 -
CMYK 0.89 0.03 0 0.07
HSL 182.25º 0.86% 0.52% -
HSV(B) 182.25º 0.89% 0.93% -
XYZ 44.13 62.97 90.72 -
YUV 169.62 166.58 24.85 -
System Red Green Blue C M Y K H S L
Decimal 25 230 238 0.89 0.03 0 0.07 182.25 0.86 0.52
Hex 19 E6 EE 59 3 0 7 B6 56 34
Octal 31 346 356 131 3 0 7 266 126 64
Binary 11001 11100110 11101110 1011001 11 0 111 10110110 1010110 110100

Color Harmonies of #19E6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E6EE

Black with #19E6EE

Text Example


Text Example

White with #19E6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,230,238); }

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

background-color css

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

 a { background-color: rgb(25,230,238); }

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

border-color css

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

 span { border-color: rgb(25,230,238); }

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