Html Css Color HEX #19F2DA Bright Turquoise

📋 copy color: '#19F2DA'

red 25 ◦ green 242 ◦ blue 218

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

Shades of Bright Turquoise #19F2DA

Tints of Bright Turquoise #19F2DA

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#19F2DA (or 0x19F2DA) is known color: Bright Turquoise. HEX triplet: 19, F2 and DA. RGB value is (25,242,218). Sum of RGB (Red+Green+Blue) = 25+242+218=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2DA is #E60D25. Grayscale: #AEAEAE. Windows color (decimal): -15076646 or 14348825. OLE color: 14348825.

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

Color convert

RGB 25 242 218 -
CMYK 0.90 0 0.10 0.05
HSL 173.36º 0.89% 0.52% -
HSV(B) 173.36º 0.9% 0.95% -
XYZ 44.81 68.77 77.24 -
YUV 174.38 152.61 21.45 -
System Red Green Blue C M Y K H S L
Decimal 25 242 218 0.90 0 0.10 0.05 173.36 0.89 0.52
Hex 19 F2 DA 5A 0 A 5 AD 59 34
Octal 31 362 332 132 0 12 5 255 131 64
Binary 11001 11110010 11011010 1011010 0 1010 101 10101101 1011001 110100

Color Harmonies of #19F2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F2DA

Black with #19F2DA

Text Example


Text Example

White with #19F2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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