#BFF5EF

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

Shades of Pale Turquoise #BFF5EF

Tints of Pale Turquoise #BFF5EF

Color information

#BFF5EF (or 0xBFF5EF) is unknown color: approx Pale Turquoise. HEX triplet: BF, F5 and EF. RGB value is (191,245,239). Sum of RGB (Red+Green+Blue) = 191+245+239=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5EF is #400A10. Grayscale: #E4E4E4. Windows color (decimal): -4196881 or 15726015. OLE color: 15726015.

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

Color convert

RGB191245239-
CMYK0.2200.020.04
HSL173.33º72.97%85.49%-
HSV(B)173.33º22.04%96.08%-
XYZ69.7282.6193.93-
YUV228.17134.11101.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 245 (96.09% from 255) = 36.30%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=28.30%
G=36.30%
B=35.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912452390.2200.020.04173.3372.9785.49
HexBFF5EF16024ad4955
Octal27736535726024255111125
Binary101111111111010111101111101100101001010110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5EF; }

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

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

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

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

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

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

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

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