#1FD8F0

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

Shades of Bright Turquoise #1FD8F0

Tints of Bright Turquoise #1FD8F0

Color information

#1FD8F0 (or 0x1FD8F0) is unknown color: approx Bright Turquoise. HEX triplet: 1F, D8 and F0. RGB value is (31,216,240). Sum of RGB (Red+Green+Blue) = 31+216+240=487 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.37% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FD8F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD8F0 is #E0270F. Grayscale: #A3A3A3. Windows color (decimal): -14690064 or 15783967. OLE color: 15783967.

HSL color Cylindrical-coordinate representation of color #1FD8F0: hue angle of 186.89º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FD8F0 is Cyan = 0.87, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB31216240-
CMYK0.870.100.06
HSL186.89º87.45%53.14%-
HSV(B)186.89º87.08%94.12%-
XYZ40.8555.6991.04-
YUV163.42171.2133.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.37%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 240 (94.14% from 255) = 49.28%
R=6.37%
G=44.35%
B=49.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312162400.870.100.06186.8987.4553.14
Hex1FD8F057A06bb5735
Octal37330360127120627312765
Binary111111101100011110000101011110100110101110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,216,240); }

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

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

 a { background-color: rgb(31,216,240); }

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

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

 span { border-color: rgb(31,216,240); }

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