Html Css Color HEX #19FDE3 Bright Turquoise

📋 copy color: '#19FDE3'

red 25 ◦ green 253 ◦ blue 227

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

Shades of Bright Turquoise #19FDE3

Tints of Bright Turquoise #19FDE3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.1%

 BLUE value IS 227 (89.06% from 255) = 44.95%

R = 4.95%
G = 50.1%
B = 44.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#19FDE3 (or 0x19FDE3) is known color: Bright Turquoise. HEX triplet: 19, FD and E3. RGB value is (25,253,227). Sum of RGB (Red+Green+Blue) = 25+253+227=505 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.95% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FDE3 is #E6021C. Grayscale: #B5B5B5. Windows color (decimal): -15073821 or 14941465. OLE color: 14941465.

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

Color convert

RGB 25 253 227 -
CMYK 0.90 0 0.10 0.01
HSL 173.16º 0.98% 0.55% -
HSV(B) 173.16º 0.9% 0.99% -
XYZ 49.39 76 84.74 -
YUV 181.86 153.46 16.11 -
System Red Green Blue C M Y K H S L
Decimal 25 253 227 0.90 0 0.10 0.01 173.16 0.98 0.55
Hex 19 FD E3 5A 0 A 1 AD 62 37
Octal 31 375 343 132 0 12 1 255 142 67
Binary 11001 11111101 11100011 1011010 0 1010 1 10101101 1100010 110111

Color Harmonies of #19FDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FDE3

Black with #19FDE3

Text Example


Text Example

White with #19FDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,253,227); }

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

background-color css

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

 a { background-color: rgb(25,253,227); }

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

border-color css

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

 span { border-color: rgb(25,253,227); }

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