Html Css Color HEX #19FCDA Bright Turquoise

📋 copy color: '#19FCDA'

red 25 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #19FCDA

Tints of Bright Turquoise #19FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.91%

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

R = 5.05%
G = 50.91%
B = 44.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#19FCDA (or 0x19FCDA) is known color: Bright Turquoise. HEX triplet: 19, FC and DA. RGB value is (25,252,218). Sum of RGB (Red+Green+Blue) = 25+252+218=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCDA is #E60325. Grayscale: #B4B4B4. Windows color (decimal): -15074086 or 14351385. OLE color: 14351385.

HSL color Cylindrical-coordinate representation of color #19FCDA: hue angle of 171.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCDA is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 252 218 -
CMYK 0.90 0 0.13 0.01
HSL 171.01º 0.97% 0.54% -
HSV(B) 171.01º 0.9% 0.99% -
XYZ 47.87 74.89 78.26 -
YUV 180.25 149.29 17.26 -
System Red Green Blue C M Y K H S L
Decimal 25 252 218 0.90 0 0.13 0.01 171.01 0.97 0.54
Hex 19 FC DA 5A 0 D 1 AB 61 36
Octal 31 374 332 132 0 15 1 253 141 66
Binary 11001 11111100 11011010 1011010 0 1101 1 10101011 1100001 110110

Color Harmonies of #19FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCDA

Black with #19FCDA

Text Example


Text Example

White with #19FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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