#1FD9DF

Color #1FD9DF Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1FD9DF

Tints of Bright Turquoise #1FD9DF

Color information

#1FD9DF (or 0x1FD9DF) is unknown color: approx Bright Turquoise. HEX triplet: 1F, D9 and DF. RGB value is (31,217,223). Sum of RGB (Red+Green+Blue) = 31+217+223=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FD9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD9DF is #E02620. Grayscale: #A1A1A1. Windows color (decimal): -14689825 or 14670111. OLE color: 14670111.

HSL color Cylindrical-coordinate representation of color #1FD9DF: hue angle of 181.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD9DF is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB31217223-
CMYK0.860.0300.13
HSL181.88º75.59%49.8%-
HSV(B)181.88º86.1%87.45%-
XYZ38.755.2478.44-
YUV162.07162.3834.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.58%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=6.58%
G=46.07%
B=47.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal312172230.860.0300.13181.8875.5949.8
Hex1FD9DF5630Db64c32
Octal37331337126301526611462
Binary11111110110011101111110101101101101101101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FD9DF; }

 p { color: rgb(31,217,223); }

 H1.HeaderClassName
 {
   color: #1FD9DF;
 }
 .AnyTagClassName
 {
   color: #1FD9DF;
 }
</style>
background-color css

<style>
 a { background-color: #1FD9DF; }

 a { background-color: rgb(31,217,223); }

 div.DivClassName
 {
   background-color: #1FD9DF;
 }
 .BgClassName
 {
   background-color: #1FD9DF;
 }
</style>
border-color css

<style>
 span { border-color: #1FD9DF; }

 span { border-color: rgb(31,217,223); }

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