#BFF5F2

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

Shades of Pale Turquoise #BFF5F2

Tints of Pale Turquoise #BFF5F2

Color information

#BFF5F2 (or 0xBFF5F2) is unknown color: approx Pale Turquoise. HEX triplet: BF, F5 and F2. RGB value is (191,245,242). Sum of RGB (Red+Green+Blue) = 191+245+242=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F2 is #400A0D. Grayscale: #E4E4E4. Windows color (decimal): -4196878 or 15922623. OLE color: 15922623.

HSL color Cylindrical-coordinate representation of color #BFF5F2: hue angle of 176.67º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5F2 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB191245242-
CMYK0.2200.010.04
HSL176.67º72.97%85.49%-
HSV(B)176.67º22.04%96.08%-
XYZ70.1782.7996.29-
YUV228.51135.61101.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.17%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=28.17%
G=36.14%
B=35.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912452420.2200.010.04176.6772.9785.49
HexBFF5F216014b14955
Octal27736536226014261111125
Binary10111111111101011111001010110011001011000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5F2; }

 p { color: rgb(191,245,242); }

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

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

 a { background-color: rgb(191,245,242); }

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

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

 span { border-color: rgb(191,245,242); }

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