Html Css Color HEX #19D8F2 Bright Turquoise

📋 copy color: '#19D8F2'

red 25 ◦ green 216 ◦ blue 242

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

Shades of Bright Turquoise #19D8F2

Tints of Bright Turquoise #19D8F2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.72%

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 5.18%
G = 44.72%
B = 50.1%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19D8F2 (or 0x19D8F2) is known color: Bright Turquoise. HEX triplet: 19, D8 and F2. RGB value is (25,216,242). Sum of RGB (Red+Green+Blue) = 25+216+242=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #19D8F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D8F2 is #E6270D. Grayscale: #A1A1A1. Windows color (decimal): -15083278 or 15915033. OLE color: 15915033.

HSL color Cylindrical-coordinate representation of color #19D8F2: hue angle of 187.19º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D8F2 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 216 242 -
CMYK 0.90 0.11 0 0.05
HSL 187.19º 0.89% 0.52% -
HSV(B) 187.19º 0.9% 0.95% -
XYZ 40.98 55.73 92.6 -
YUV 161.86 173.22 30.39 -
System Red Green Blue C M Y K H S L
Decimal 25 216 242 0.90 0.11 0 0.05 187.19 0.89 0.52
Hex 19 D8 F2 5A B 0 5 BB 59 34
Octal 31 330 362 132 13 0 5 273 131 64
Binary 11001 11011000 11110010 1011010 1011 0 101 10111011 1011001 110100

Color Harmonies of #19D8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D8F2

Black with #19D8F2

Text Example


Text Example

White with #19D8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,216,242); }

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

background-color css

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

 a { background-color: rgb(25,216,242); }

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

border-color css

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

 span { border-color: rgb(25,216,242); }

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