#BFF5F3

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

Shades of Pale Turquoise #BFF5F3

Tints of Pale Turquoise #BFF5F3

Color information

#BFF5F3 (or 0xBFF5F3) is unknown color: approx Pale Turquoise. HEX triplet: BF, F5 and F3. RGB value is (191,245,243). Sum of RGB (Red+Green+Blue) = 191+245+243=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F3 is #400A0C. Grayscale: #E4E4E4. Windows color (decimal): -4196877 or 15988159. OLE color: 15988159.

HSL color Cylindrical-coordinate representation of color #BFF5F3: hue angle of 177.78º 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 #BFF5F3 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB191245243-
CMYK0.2200.010.04
HSL177.78º72.97%85.49%-
HSV(B)177.78º22.04%96.08%-
XYZ70.3282.8597.08-
YUV228.63136.11101.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.13%
GREEN value IS 245 (96.09% from 255) = 36.08%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=28.13%
G=36.08%
B=35.79%

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
Decimal1912452430.2200.010.04177.7872.9785.49
HexBFF5F316014b24955
Octal27736536326014262111125
Binary10111111111101011111001110110011001011001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5F3; }

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

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

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

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

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

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

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

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