Html Css Color HEX #19DAF2 Bright Turquoise

📋 copy color: '#19DAF2'

red 25 ◦ green 218 ◦ blue 242

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

Shades of Bright Turquoise #19DAF2

Tints of Bright Turquoise #19DAF2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 5.15%
G = 44.95%
B = 49.9%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19DAF2 (or 0x19DAF2) is known color: Bright Turquoise. HEX triplet: 19, DA and F2. RGB value is (25,218,242). Sum of RGB (Red+Green+Blue) = 25+218+242=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #19DAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAF2 is #E6250D. Grayscale: #A2A2A2. Windows color (decimal): -15082766 or 15915545. OLE color: 15915545.

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

Color convert

RGB 25 218 242 -
CMYK 0.90 0.10 0 0.05
HSL 186.64º 0.89% 0.52% -
HSV(B) 186.64º 0.9% 0.95% -
XYZ 41.5 56.76 92.77 -
YUV 163.03 172.56 29.55 -
System Red Green Blue C M Y K H S L
Decimal 25 218 242 0.90 0.10 0 0.05 186.64 0.89 0.52
Hex 19 DA F2 5A A 0 5 BB 59 34
Octal 31 332 362 132 12 0 5 273 131 64
Binary 11001 11011010 11110010 1011010 1010 0 101 10111011 1011001 110100

Color Harmonies of #19DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DAF2

Black with #19DAF2

Text Example


Text Example

White with #19DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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