#BFF1F0

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

Shades of Pale Turquoise #BFF1F0

Tints of Pale Turquoise #BFF1F0

Color information

#BFF1F0 (or 0xBFF1F0) is unknown color: approx Pale Turquoise. HEX triplet: BF, F1 and F0. RGB value is (191,241,240). Sum of RGB (Red+Green+Blue) = 191+241+240=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1F0 is #400E0F. Grayscale: #E1E1E1. Windows color (decimal): -4197904 or 15790527. OLE color: 15790527.

HSL color Cylindrical-coordinate representation of color #BFF1F0: hue angle of 178.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1F0 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB191241240-
CMYK0.2100.000.05
HSL178.8º64.1%84.71%-
HSV(B)178.8º20.75%94.51%-
XYZ68.6780.2894.31-
YUV225.94135.94103.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 241 (94.53% from 255) = 35.86%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=28.42%
G=35.86%
B=35.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912412400.2100.000.05178.864.184.71
HexBFF1F015005b34055
Octal27736136025005263100125
Binary10111111111100011111000010101001011011001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1F0; }

 p { color: rgb(191,241,240); }

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

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

 a { background-color: rgb(191,241,240); }

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

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

 span { border-color: rgb(191,241,240); }

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