Html Css Color HEX #19F3DF Bright Turquoise

📋 copy color: '#19F3DF'

red 25 ◦ green 243 ◦ blue 223

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

Shades of Bright Turquoise #19F3DF

Tints of Bright Turquoise #19F3DF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.49%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 5.09%
G = 49.49%
B = 45.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#19F3DF (or 0x19F3DF) is known color: Bright Turquoise. HEX triplet: 19, F3 and DF. RGB value is (25,243,223). Sum of RGB (Red+Green+Blue) = 25+243+223=491 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.09% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #19F3DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F3DF is #E60C20. Grayscale: #AFAFAF. Windows color (decimal): -15076385 or 14676761. OLE color: 14676761.

HSL color Cylindrical-coordinate representation of color #19F3DF: hue angle of 174.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F3DF is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 243 223 -
CMYK 0.90 0 0.08 0.05
HSL 174.5º 0.9% 0.53% -
HSV(B) 174.5º 0.9% 0.95% -
XYZ 45.77 69.64 80.84 -
YUV 175.54 154.78 20.63 -
System Red Green Blue C M Y K H S L
Decimal 25 243 223 0.90 0 0.08 0.05 174.5 0.9 0.53
Hex 19 F3 DF 5A 0 8 5 AE 5A 35
Octal 31 363 337 132 0 10 5 256 132 65
Binary 11001 11110011 11011111 1011010 0 1000 101 10101110 1011010 110101

Color Harmonies of #19F3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F3DF

Black with #19F3DF

Text Example


Text Example

White with #19F3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,243,223); }

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

background-color css

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

 a { background-color: rgb(25,243,223); }

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

border-color css

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

 span { border-color: rgb(25,243,223); }

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