#1FDAF6

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

Shades of Bright Turquoise #1FDAF6

Tints of Bright Turquoise #1FDAF6

Color information

#1FDAF6 (or 0x1FDAF6) is unknown color: approx Bright Turquoise. HEX triplet: 1F, DA and F6. RGB value is (31,218,246). Sum of RGB (Red+Green+Blue) = 31+218+246=495 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.26% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #1FDAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDAF6 is #E02509. Grayscale: #A4A4A4. Windows color (decimal): -14689546 or 16177695. OLE color: 16177695.

HSL color Cylindrical-coordinate representation of color #1FDAF6: hue angle of 187.81º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDAF6 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB31218246-
CMYK0.870.1100.04
HSL187.81º92.27%54.31%-
HSV(B)187.81º87.4%96.47%-
XYZ42.2757.0995.98-
YUV165.28173.5532.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.26%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 246 (96.48% from 255) = 49.70%
R=6.26%
G=44.04%
B=49.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal312182460.870.1100.04187.8192.2754.31
Hex1FDAF657B04bc5c36
Octal37332366127130427413466
Binary111111101101011110110101011110110100101111001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,218,246); }

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

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

 a { background-color: rgb(31,218,246); }

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

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

 span { border-color: rgb(31,218,246); }

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