Html Css Color HEX #19FCDD Bright Turquoise

📋 copy color: '#19FCDD'

red 25 ◦ green 252 ◦ blue 221

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

Shades of Bright Turquoise #19FCDD

Tints of Bright Turquoise #19FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 5.02%
G = 50.6%
B = 44.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#19FCDD (or 0x19FCDD) is known color: Bright Turquoise. HEX triplet: 19, FC and DD. RGB value is (25,252,221). Sum of RGB (Red+Green+Blue) = 25+252+221=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCDD is #E60322. Grayscale: #B4B4B4. Windows color (decimal): -15074083 or 14547993. OLE color: 14547993.

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

Color convert

RGB 25 252 221 -
CMYK 0.90 0 0.12 0.01
HSL 171.81º 0.97% 0.54% -
HSV(B) 171.81º 0.9% 0.99% -
XYZ 48.26 75.05 80.35 -
YUV 180.59 150.79 17.02 -
System Red Green Blue C M Y K H S L
Decimal 25 252 221 0.90 0 0.12 0.01 171.81 0.97 0.54
Hex 19 FC DD 5A 0 C 1 AC 61 36
Octal 31 374 335 132 0 14 1 254 141 66
Binary 11001 11111100 11011101 1011010 0 1100 1 10101100 1100001 110110

Color Harmonies of #19FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCDD

Black with #19FCDD

Text Example


Text Example

White with #19FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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