#BFF2EF

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

Shades of Pale Turquoise #BFF2EF

Tints of Pale Turquoise #BFF2EF

Color information

#BFF2EF (or 0xBFF2EF) is unknown color: approx Pale Turquoise. HEX triplet: BF, F2 and EF. RGB value is (191,242,239). Sum of RGB (Red+Green+Blue) = 191+242+239=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2EF is #400D10. Grayscale: #E2E2E2. Windows color (decimal): -4197649 or 15725247. OLE color: 15725247.

HSL color Cylindrical-coordinate representation of color #BFF2EF: hue angle of 176.47º degrees, saturation: 0.66, 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 #BFF2EF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB191242239-
CMYK0.2100.010.05
HSL176.47º66.23%84.9%-
HSV(B)176.47º21.07%94.9%-
XYZ68.8280.8193.63-
YUV226.41135.1102.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 242 (94.92% from 255) = 36.01%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=28.42%
G=36.01%
B=35.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912422390.2100.010.05176.4766.2384.9
HexBFF2EF15015b04255
Octal27736235725015260102125
Binary10111111111100101110111110101011011011000010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2EF; }

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

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

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

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

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

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

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

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